method

arg_list

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

No documentation available.

# File lib/spec/mocks/error_generator.rb, line 75
      def arg_list(*args)
        args.collect {|arg| arg.respond_to?(:description) ? arg.description : arg.inspect}.join(", ")
      end