Skip to content

Instantly share code, notes, and snippets.

@yubrew
Created January 9, 2014 15:47
Show Gist options
  • Save yubrew/8336274 to your computer and use it in GitHub Desktop.
Save yubrew/8336274 to your computer and use it in GitHub Desktop.
sort numerical array
arr.sort{|x,y| x.to_i <=> y.to_i}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment