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