# File lib/mocha/unexpected_invocation.rb, line 7 def initialize(mock, symbol, *arguments) @mock, @symbol, @arguments = mock, symbol, arguments end