Skip to content

Instantly share code, notes, and snippets.

@phuesler
Created August 14, 2009 12:51
Show Gist options
  • Save phuesler/167801 to your computer and use it in GitHub Desktop.
Save phuesler/167801 to your computer and use it in GitHub Desktop.
@user.friends.sort_by { |friend| [ friend.online? ? 1 : 0,friend] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment