Exception: Card::ValueError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Card::ValueError
- Defined in:
- lib/hand_rank/test.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
15 16 17 |
# File 'lib/hand_rank/test.rb', line 15 def to_s "Value must be a Fixnum between 1 and 14 or any of the strings: #{ VALUE_NAMES[2..-1].join(', ') }" end |