class RSpec::Mocks::ErrorGenerator
def arg_list(*args)
def arg_list(*args) args.collect {|arg| arg.respond_to?(:description) ? arg.description : arg.inspect}.join(", ") end
def arg_list(*args) args.collect {|arg| arg.respond_to?(:description) ? arg.description : arg.inspect}.join(", ") end