# File /home/ser/Work/rexml/rexml/element.rb, line 354 def add_attribute( key, value=nil ) if key.kind_of? Attribute @attributes << key else @attributes[key] = value end end