See File.exist?.
File.exist?
Returns:
27 28 29
# File 'lib/path/file_predicates.rb', line 27 def exist? File.exist?(@path) end