>>>>> "A" == Andrew Walrond <andrew / walrond.org> writes:

A> I assume {1=>2}.hash == {1=>2}.hash on 1.9 ?

 yes,

A> (Ie should I override hash or eql? to make the behaviour consistent across 
A> versions)

 yes, #hash and #eql?


Guy Decoux