Skip to content

Instantly share code, notes, and snippets.

@kyledecot
Created May 3, 2013 17:57
Show Gist options
  • Select an option

  • Save kyledecot/5512014 to your computer and use it in GitHub Desktop.

Select an option

Save kyledecot/5512014 to your computer and use it in GitHub Desktop.
CLow Dice Roller in Ruby
([*1..3].map{[*1..6].sample}).sort.join(', ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment