From: Tim Hunter Date: 2007-03-03T03:28:42+09:00 Subject: Re: Hash keys don't work as expected DK wrote: > On Mar 2, 12:58 pm, Tim Hunter wrote: >> > => {[1, 2, 3]=>"test"} >> >> > DK >> >> Posted viahttp://www.ruby-forum.com/. > Ah, thank you. Why is this necessary? Isn't the lookup just a matter > of matching object_id's? Remember that hash values are distributed into buckets based on their key. Change the key, change the bucket. -- Posted via http://www.ruby-forum.com/.