From: Yukihiro Matsumoto Date: 2004-12-04T22:56:05+09:00 Subject: Re: Hash#eql? and Hash key testing Hi, In message "Re: Hash#eql? and Hash key testing" on Sat, 4 Dec 2004 16:39:30 +0900, Joel VanderWerf writes: |The ri docs for Object#eql? say: | | The +eql?+ method returns +true+ if _obj_ and _anObject_ have the | same value. Used by +Hash+ to test members for equality. | |However, the second sentence doesn't seem to be consistent with the |behavior of Hash (and Set): You are right. "hash" should be redefined as well. matz.