class PlayingCards::Card

Defined in:

playing-cards.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rank : String, suit : String) #

[View source]

Instance Method Detail

def rank : String #

[View source]
def suit : String #

[View source]