Created
October 28, 2012 20:08
-
-
Save geopet/3969710 to your computer and use it in GitHub Desktop.
In no particular order
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
rogues = %w[Avdi Chuck David James Josh] | |
rogues.shuffle! | |
rogues.each { |rogue| puts "Thank you, #{rogue}!" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment