Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
playing-cards
master
PlayingCards
Card
Deck
Generated using Crystal 1.14.0
2024-11-26 17:21:39 UTC
class
PlayingCards::
Card
PlayingCards::Card
Reference
Object
Defined in:
playing-cards.cr
Constructors
.new
(rank : String, suit : String)
Instance Method Summary
#rank
: String
#suit
: String
Constructor Detail
def self.
new
(rank : String, suit : String)
#
[
View source
]
Instance Method Detail
def
rank
: String
#
[
View source
]
def
suit
: String
#
[
View source
]