method
raise_unexpected_message_args_error
raise_unexpected_message_args_error(expectation, *args)
public
Hide source
# File lib/spec/mocks/proxy.rb, line 79 def raise_unexpected_message_args_error(expectation, *args) @error_generator.raise_unexpected_message_args_error expectation, *args end