Hello dblack, Friday, January 17, 2003, 3:26:01 PM, you wrote: >> Example usage: >> >> [:a, :b, :c].to_h # => {0=>:a, 1=>:b, 2=>:c} dcsn> My inclination would be for a basic #to_h to operate more like: dcsn> %w{a b c d} => {"a"=>"b", "c"=>"d"} p Hash[* %w{a b c d} ] # => {"a"=>"b", "c"=>"d"} -- Best regards, Bulat mailto:bulatz / integ.ru