Project

General

Profile

Bug #1883 ยป rexml-hash.patch

REXML hash patch - panesofglass (Ryan Riley), 08/05/2009 03:24 AM

View differences:

c:/ruby/libs/ruby/1.8/rexml/attribute.rb
# Creates (and returns) a hash from both the name and value
def hash
name.hash + value.hash
name.hash ^ value.hash
end
# Returns this attribute out as XML source, expanding the name
    (1-1/1)