module Mocha::ObjectMethods

Methods added to all objects to allow mocking and stubbing on real (i.e. non-mock) objects.

Both {#expects} and {#stubs} return an {Expectation} which can be further modified by methods on {Expectation}.