global

def ==(expectation)

def ==(expectation)
  expectation.orig_object == object && expectation.matches?(message, *args)
end