# File rexml/attribute.rb, line 128
    def hash
      name.hash + value.hash
    end