array untuk hash ke satu hash
a.inject(:merge)
#=> {:a=>:b, :c=>:d}
Confused Cassowary
a.inject(:merge)
#=> {:a=>:b, :c=>:d}