From: James Edward Gray II Date: 2006-06-20T23:34:28+09:00 Subject: Re: uniq() Oddity On Jun 20, 2006, at 9:27 AM, ts wrote: >>>>>> "J" == James Edward Gray writes: > > J> p a[0] == a[1] #=> true > J> # why does this next call do nothing? > J> p a.uniq #=> [{:foo=>:bar}, {:foo=>:bar}] > > #uniq first create an hash : this mean that it don't use #== for the > comparison. Interesting. Thank you for the information. James Edward Gray II