Skip to content

Instantly share code, notes, and snippets.

@yyandrew
Last active August 29, 2015 14:06
Show Gist options
  • Save yyandrew/ac46b2f1ce3f72b515af to your computer and use it in GitHub Desktop.
Save yyandrew/ac46b2f1ce3f72b515af to your computer and use it in GitHub Desktop.
a.sort # sort by asc
a.sort { |x,y| y <=> x } # sort by desc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment