Class: ManaType::Black

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

#initializeBlack

Returns a new instance of Black.



51
52
53
# File 'lib/manasimu/mana_type.rb', line 51

def initialize
  super("B", "Swamp")
end