class Test::Unit::Assertions::AssertionMessage::Inspector

def <=>(other)

def <=>(other)
  if other.is_a?(self.class)
    @object <=> other.object
  else
    @object <=> other
  end
end