Class: Ability::OtherSideChoice
- Inherits:
-
BaseChoice
- Object
- Base
- BaseChoice
- Ability::OtherSideChoice
- Defined in:
- lib/ascension/ability.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from BaseChoice
Methods inherited from Base
#call_until_nil, #choice_instance
Instance Method Details
#side_for_card_choice(side) ⇒ Object
187 188 189 |
# File 'lib/ascension/ability.rb', line 187 def side_for_card_choice(side) side.other_side end |