Method: FetchLandCard#mana_source
- Defined in:
- lib/manasimu/card/fetchland.rb
#mana_source ⇒ Object
39 40 41 42 |
# File 'lib/manasimu/card/fetchland.rb', line 39 def mana_source raise Exception.new('you should resolve first') if not @fetch_source @fetch_source end |