225 226 227
# File 'lib/manasimu/card.rb', line 225 def type @type ||= @contents.map {|c| c.type}.flatten.uniq end