Method: FetchLandCard#configure
- Defined in:
- lib/manasimu/card/fetchland.rb
#configure ⇒ Object
48 49 50 51 52 53 |
# File 'lib/manasimu/card/fetchland.rb', line 48 def configure mana_types = ManaType.all @mana_source = mana_types.map {|mana_type| mana_type.color}.flatten.uniq @fetched = nil self end |