# File rexml/attribute.rb, line 181
    def remove
      @element.attributes.delete self.name unless @element.nil?
    end