Class: Tundengine::Declarations::Tute
- Includes:
- Singleton
- Defined in:
- lib/tundengine/declarations/tute.rb
Constant Summary collapse
- ROUND_POINTS =
:no_round_points
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #finishes_round?(tute_value) ⇒ Boolean
- #has_tute_effect?(tute_value) ⇒ Boolean
- #is_declarable?(hand, trump_suit) ⇒ Boolean
Methods inherited from Base
Methods included from Move
#self_or_yield, #yield_self_or_lock!
Methods included from StringifiableByClass
Constructor Details
This class inherits a constructor from Tundengine::Declarations::Base
Instance Method Details
#finishes_round?(tute_value) ⇒ Boolean
17 18 19 |
# File 'lib/tundengine/declarations/tute.rb', line 17 def finishes_round?(tute_value) tute_value.finishes_round? end |
#has_tute_effect?(tute_value) ⇒ Boolean
13 14 15 |
# File 'lib/tundengine/declarations/tute.rb', line 13 def has_tute_effect?(tute_value) tute_value.has_effect? end |