Object
# File lib/mocha/receivers.rb, line 39 def initialize(mock) @mock = mock end
# File lib/mocha/receivers.rb, line 43 def mocks [@mock] end