Created
April 2, 2014 08:48
-
-
Save thatrubylove/9930368 to your computer and use it in GitHub Desktop.
one liner magic - but it is primitive obsessed with a string
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
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