class RSpec::Mocks::ErrorGenerator

def received_arg_list(*args)

def received_arg_list(*args)
  args.collect(&:inspect).join(", ")
end