From: Mark Hubbart Date: 2004-04-24T18:39:44+09:00 Subject: Re: Array to Hash On Apr 24, 2004, at 2:24 AM, Robert Klemme wrote: > So the question is wich representation Enumerable#to_h should expect - > nested or sequence? It seems to me that it should be the one that Hash#to_a generates: nested pairs. They're already almost a hash anyway; Array has a few methods for that "format" that allow you to lookup items as if it were a hash. Why not be able to convert to and from? Makes sense to me. cheers, --Mark