From: Robert Dober Date: 2007-06-21T20:26:26+09:00 Subject: Re: Behaviour of Enumerables reject vs. select mixed into Hash On 6/21/07, dblack@wobblini.net wrote: > Hi -- > > On Thu, 21 Jun 2007, Robert Dober wrote: > > > I like having arrays be the "common currency" of select operations. > don't think there's anything that you're prevented from doing as long > as that's the case. Sure there is, I do not want to convert Arrays back to Hashes all the time -- and I am not talking performance. And why do I have Hash#select anyway in that case? I could very well use Enumerable#select if I wanted the behavior you have described. BTW Hash#to_a will not be deprecated I guess ;) Robert -- You see things; and you say Why? But I dream things that never were; and I say Why not? -- George Bernard Shaw