class RSpec::Mocks::ErrorGenerator

def format_args(args)

def format_args(args)
  return "(no args)" if args.empty?
  "(#{arg_list(args)})"
end