From: benjohn@... Date: 2008-06-04T20:20:25+09:00 Subject: Re: 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} I'm very confused by your notation above. Sorry to sound picky, but would you be able to make it more clear? Cheers, B