Skip to content

Instantly share code, notes, and snippets.

@ilake
Created March 10, 2010 02:56
Show Gist options
  • Select an option

  • Save ilake/327462 to your computer and use it in GitHub Desktop.

Select an option

Save ilake/327462 to your computer and use it in GitHub Desktop.
#Added Array#rand #9170 [norbert]. Examples:•
[].rand # => nil
['a'].rand # => 'a'
[1,2,3].rand # => 1 or 2 or 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment