Skip to content

Instantly share code, notes, and snippets.

@atpons
Created June 4, 2012 08:03
Show Gist options
  • Select an option

  • Save atpons/2867111 to your computer and use it in GitHub Desktop.

Select an option

Save atpons/2867111 to your computer and use it in GitHub Desktop.
shuffle with shakure
#!/usr/env/ruby
# encoding: utf-8
agos = ["Shakure", "HyperShakure", "SuperShakure"]
p agos.sample(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment