From: w_a_x_man@... Date: 2009-02-07T02:39:24+09:00 Subject: Re: Array#to_h On Jan 31, 1:49 pm, Roger Pack wrote: > Not that I would find it useful at all, but is there is a Hash#to_a > should there not be an Array#to_h? > Thanks! > -=r > -- > Posted viahttp://www.ruby-forum.com/. irb(main):003:0> Hash[ *[:foo,22, :bar,44] ] => {:foo=>22, :bar=>44}