Skip to content

Instantly share code, notes, and snippets.

@thatrubylove
Created April 2, 2014 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thatrubylove/9930368 to your computer and use it in GitHub Desktop.
Save thatrubylove/9930368 to your computer and use it in GitHub Desktop.
one liner magic - but it is primitive obsessed with a string
DECK = %w[Ace 2 3 4 5 6 7 8 9 10 Jack Queen King].product(%w[Clubs Diamonds Hearts Spades]).map {|rank, suit| "#{rank} of #{suit}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment