From: Shandy Nantz Date: 2009-03-21T02:33:16+09:00 Subject: Hash sort I am trying to sort a hash and it seams to be working, the issue is that the sort goes from Z-A. Is there a way to make it sort A-Z? My code is pretty straight foward, I have a hash - @users - and I just say @hash.sort to sort it. Thanks, -S -- Posted via http://www.ruby-forum.com/.