Class: ManaType::Blue

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

#initializeBlue

Returns a new instance of Blue.



36
37
38
# File 'lib/manasimu/mana_type.rb', line 36

def initialize
  super("U", "Island")
end