method
exist?
exist?()
public
Hide source
# File lib/fileutils.rb, line 1144 def exist? begin lstat true rescue Errno::ENOENT false end end