Top Level Namespace

Defined Under Namespace

Modules: CardConstant, PlayingCards Classes: Card, Deck

Instance Method Summary collapse

Instance Method Details

#Deck(*cards) ⇒ Object



1
2
3
# File 'lib/playing_cards/deck.rb', line 1

def Deck *cards
  Deck[*cards]
end