Skip to content

Instantly share code, notes, and snippets.

@geopet
Created October 28, 2012 20:08
Show Gist options
  • Save geopet/3969710 to your computer and use it in GitHub Desktop.
Save geopet/3969710 to your computer and use it in GitHub Desktop.
In no particular order
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