# File rexml/element.rb, line 1611
    def add( attribute )
      self[attribute.name] = attribute
    end