method

arg_message

rspec latest stable - Class: Spec::Mocks::ErrorGenerator
arg_message(*args)
private

No documentation available.

# File lib/spec/mocks/error_generator.rb, line 67
      def arg_message(*args)
        " with " + format_args(*args)
      end