Return to Snippet

Revision: 13576
at April 28, 2009 11:55 by tonic


Initial Code
my_arr.sort_by { |my_item| my_item[:my_key] }

Initial URL
http://snippets.dzone.com/posts/show/2470

Initial Description


Initial Title
Sort an array of hashes in Ruby

Initial Tags


Initial Language
Ruby