# File lib/test/unit/assertions.rb, line 1871
          def <=>(other)
            if other.is_a?(self.class)
              @object <=> other.object
            else
              @object <=> other
            end
          end