fails:File.exist? returns true if the file exist
fails:File.exist? returns true if the file exist using the alias exists?
fails:File.exist? raises an ArgumentError if not passed one argument
fails:File.exist? raises a TypeError if not passed a String type
fails:File.exist? accepts an object that has a #to_path method
