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