class Mocha::Expectation

def inspect

Other tags:
    Private: -
def inspect
  address = __id__ * 2
  address += 0x100000000 if address < 0
  "#<Expectation:0x#{format('%<address>x', address: address)} #{mocha_inspect} >"
end