Method: REXML::Attribute#clone

Defined in:
lib/rexml/attribute.rb

#cloneObject

Returns a copy of this attribute



158
159
160
# File 'lib/rexml/attribute.rb', line 158

def clone
  Attribute.new self
end