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