= private = protected
hash()
Creates (and returns) a hash from both the name and value
# File lib/rexml/attribute.rb, line 101 def hash name.hash + value.hash end