# File lib/test/unit/color.rb, line 118
      def ==(other)
        self.class === other and colors == other.colors
      end