# File lib/bourne/mockery.rb, line 11 def invocation(mock, method_name, args) invocations << Invocation.new(mock, method_name, args) end