# Converts:
# {:hash => [{:foo => 1}, {:foo => 2}]}
#
...
Ruby Recursively convert multidi...
by Jarrod,
October 05, 2007 08:02,
3 refactorings
Ruby On Grouping an array of hashes
by Jarrod,
October 03, 2007 10:16
dudemeister... great soluti...
# given this structure:
array_of_hashes = [
{:callid => '1', :foo => '1', :created_at => '2007-09-21 11:45:15'},
...
Ruby Grouping an array of hashes
by Jarrod,
October 01, 2007 14:15,
3 refactorings
This chunk of code takes an...
there has got to be a bette...