# File lib/mocha/expectation.rb, line 583 def inspect address = __id__ * 2 address += 0x100000000 if address < 0 "#<Expectation:0x#{format('%x', address)} #{mocha_inspect} >" end