Class: Tundengine::Cards::Null
- Includes:
- Singleton, NullMove
- Defined in:
- lib/tundengine/cards/null.rb
Instance Attribute Summary
Attributes inherited from Card
Instance Method Summary collapse
- #exists? ⇒ Boolean
-
#initialize ⇒ Null
constructor
A new instance of Null.
Methods included from NullMove
#self_or_yield, #yield_self_or_lock!
Methods inherited from Card
#beats?, #beats_same_suit?, #is_of_any_rank?, #is_of_any_suit?, #round_points, #to_s
Methods included from Move
#self_or_yield, #yield_self_or_lock!
Methods included from AlgebraicDataType
Constructor Details
Instance Method Details
#exists? ⇒ Boolean
12 13 14 |
# File 'lib/tundengine/cards/null.rb', line 12 def exists? false end |