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