Skip to content

Instantly share code, notes, and snippets.

@ocxo
Created February 19, 2012 20:22
Show Gist options
  • Save ocxo/1865587 to your computer and use it in GitHub Desktop.
Save ocxo/1865587 to your computer and use it in GitHub Desktop.
def randy_mailman(mailbag, this_much)
mailbag.sort!{rand(this_much)}[1..this_much]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment