Class: ManaType::Red

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

#initializeRed

Returns a new instance of Red.



31
32
33
# File 'lib/manasimu/mana_type.rb', line 31

def initialize
  super("R", "Mountain")
end