Skip to content

Instantly share code, notes, and snippets.

@chadjemmett
Created January 4, 2014 04:27
Show Gist options
  • Save chadjemmett/8251686 to your computer and use it in GitHub Desktop.
Save chadjemmett/8251686 to your computer and use it in GitHub Desktop.
Deal cards method The @all_cards is an instance variable of a hash. Outside of the method.
def deal_cards
suit = [:hearts, :diamonds, :clubs, :spades]
return @all_cards[suit.sample].pop
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment