Class: ManaType::Green

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

#initializeGreen

Returns a new instance of Green.



41
42
43
# File 'lib/manasimu/mana_type.rb', line 41

def initialize
  super("G", "Forest")
end