Skip to content

Instantly share code, notes, and snippets.

@matatabi
Created May 11, 2011 12:37
Show Gist options
  • Save matatabi/966381 to your computer and use it in GitHub Desktop.
Save matatabi/966381 to your computer and use it in GitHub Desktop.
sorting
@users.sort! { |a,b| a.name.downcase <=> b.name.downcase }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment