# File /home/ser/Work/rexml/rexml/attribute.rb, line 78 def ==( other ) other.kind_of?(Attribute) and other.name==name and other.value==@value end