Method: CardType#type

Defined in:
lib/manasimu/card.rb

#typeObject



225
226
227
# File 'lib/manasimu/card.rb', line 225

def type
  @type ||= @contents.map {|c| c.type}.flatten.uniq
end