Class: ManaType::White

Inherits:
ManaType show all
Defined in:
lib/manasimu/mana_type.rb

Instance Attribute Summary

Attributes inherited from ManaType

#color, #land_type

Instance Method Summary collapse

Methods inherited from ManaType

all, search_text_by_color, search_text_by_land_type

Constructor Details

#initializeWhite

Returns a new instance of White.



46
47
48
# File 'lib/manasimu/mana_type.rb', line 46

def initialize
  super("W", "Plains")
end