Class | Solitaire::Suit |
In: |
lib/quiz1/t/solutions/Moses Hohman/deck.rb
|
Parent: | Object |
CLUBS | = | Suit.new("clubs", 0) |
DIAMONDS | = | Suit.new("diamonds", 13) |
HEARTS | = | Suit.new("hearts", 26) |
SPADES | = | Suit.new("spades", 39) |
name | [R] | |
value | [R] |