class Cards::TestDeck
- Cards::TestDeck
- Cards::Deck
- Reference
- Object
Defined in:
cards/test_deck.crConstructors
Instance methods inherited from class Cards::Deck
any?(*args, **options)any?(*args, **options, &) any?, back : CardBack back, back=(back : CardBack) back=, cards : Array(Card) cards, cards=(cards : Array(Card)) cards=, empty?(*args, **options)
empty?(*args, **options, &) empty?, front : CardFront front, front=(front : CardFront) front=, jokers? : Bool jokers?, shuffle! shuffle!, size(*args, **options)
size(*args, **options, &) size
Constructor methods inherited from class Cards::Deck
new(pull : JSON::PullParser)new(back : Cards::CardBack = CardBacks::Bordered.new, front : Cards::CardFront = CardFronts::Standard.new, jokers : Bool = true, cards : Array(Cards::Card) = [] of Card) new