Libraries
»
cribbage
(0.1.2)
»
Index
»
Cribbage
»
Card
»
#suit
Method: Cribbage::Card#suit
Defined in:
lib/cribbage.rb
#
suit
⇒
Object
Returns the value of attribute suit.
21 22 23
# File 'lib/cribbage.rb', line 21
def
suit
@suit
end