# File lib/test/unit/color.rb, line 93
      def +(other)
        MixColor.new([self, other])
      end