webwesen
1/17/2010 - 3:48 AM

gistfile1.rb

# Ruby : sort an array of hashes by key
my_arr.sort_by { |my_item| my_item[:my_key] }