solitaire_cypher.rb
Path:
lib/quiz1/t/solutions/Jim Menard/solitaire_cypher.rb
Last Update:
Tue May 17 11:13:17 -0400 2011
Methods
prep_arg
Constants
RANKS
=
%w(A 2 3 4 5 6 7 8 9 10 J Q K)
SUITS
=
%w(C D H S)
JOKER_RANK
=
'joker'
JOKER_VALUE
=
-1
Public Instance methods
prep_arg
(str)
[Validate]