Skip to content

Instantly share code, notes, and snippets.

@andreacfm
Created July 27, 2011 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreacfm/1109218 to your computer and use it in GitHub Desktop.
Save andreacfm/1109218 to your computer and use it in GitHub Desktop.
ruby comparable sort
[p2,p3,p1].sort #[#<Person:0x104f09d80 @name="Andrea">, #<Person:0x104f09d30 @name="Fabio">, #<Person:0x104f09ce0 @name="Luigi">]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment