Class: Ability::OtherSideChoice

Inherits:
BaseChoice show all
Defined in:
lib/ascension/ability.rb

Direct Known Subclasses

DiscardConstruct, KeepOneConstruct

Instance Attribute Summary

Attributes inherited from Base

#parent_card

Instance Method Summary collapse

Methods inherited from BaseChoice

#call, #card_choice

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