From: unbewusst.sein@... (=?ISO-8859-1?Q?Une_B=E9vue?=) Date: 2007-02-15T21:20:13+09:00 Subject: sorting an array of hash i do have an array of hashes like that : {type => aType, description => aDescription, extension => aExtension} i'd like to sort this array by hash['type'], how to do that ? this array represent the MIME Types. -- Une B�vue