Method: REXML::Attribute#clone
- Defined in:
-
lib/extensions/rexml/rexml/attribute.rb,
lib/extensions/rhoxml/rexml/attribute.rb
Returns a copy of this attribute
141 142 143 |
# File 'lib/extensions/rexml/rexml/attribute.rb', line 141 def clone Attribute.new self end |