class Test::Unit::MixColor

def +(other)

def +(other)
  self.class.new([self, other])
end