= private = protected
remove()
Removes this Attribute from the tree, and returns true if successful
This method is usually not called directly.
# File lib/rexml/attribute.rb, line 166 def remove @element.attributes.delete self.name unless @element.nil? end