method

raise_unexpected_message_args_error

raise_unexpected_message_args_error(expectation, *args)
public

No documentation available.

# 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