Subject: Re: Fwd: Re: Whats so different about a Hash?
From: ts <decoux moulon.inra.fr>
Date: Thu, 5 May 2005 22:51:56 +0900
References: * 141208141209141214
In-reply-to: 141214
>>>>> "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