Skip to content

Instantly share code, notes, and snippets.

@hone
Created December 1, 2009 19:31
Show Gist options
  • Select an option

  • Save hone/246559 to your computer and use it in GitHub Desktop.

Select an option

Save hone/246559 to your computer and use it in GitHub Desktop.
>> [1,2,3].shuffle
=> [3, 1, 2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment