array untuk hash ke satu hash

a.inject(:merge)
#=> {:a=>:b, :c=>:d}
Confused Cassowary