From: matz@... (Yukihiro Matsumoto) Date: 2002-01-07T14:47:27+09:00 Subject: [ruby-talk:30441] Re: OT: Re: Sorting a Hash by value of integer stored in the Hash Hi, In message "[ruby-talk:30339] Re: OT: Re: Sorting a Hash by value of integer stored in the Hash" on 02/01/06, Michal Rokos writes: | Yes, sure, but are we able to make it part of STD. Ruby? It could be RCR, but I think we still need discussion: * "to_hash" is reserved for implicit type conversion (like to_str, to_int, etc.), so we need a new name. * the source data format is still arguable key, value, key, value,... or [key, value], [key, value],... * I'm still not sure if this is a property of Enumerable. You may want to take look at previous (unfinished) discussion about "hashify" method. matz.