Created
January 14, 2015 16:00
-
-
Save lfcipriani/d8291eda1b94621398bc to your computer and use it in GitHub Desktop.
minimal-random-select
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
list = %w( | |
name1 | |
name2 | |
name3 | |
... | |
) | |
puts list[rand(list.size)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment