class Clothes < Outfit def initialize(id, name, description = '',price=0, tags = []) super end end