From: Luke Grimstrup Date: 2008-06-04T19:58:44+09:00 Subject: Mering an array of hashes I have two arrays of hashes and I would like to merge them. One array has the array of: {:id, :name} The other, an array of: {:name, :other_attributes*} I've been raking my brains for hours on this one. Is there anyone who can suggest the best way to merge these two arrays so that I can get the resulting array of: {:id. :name, :other_attributes} Thanks so much in advance. -- Posted via http://www.ruby-forum.com/.