= private = protected
exist?()
This method has no description. You can help the Ruby community by adding new notes.
# File lib/fileutils.rb, line 1229 def exist? lstat! ? true : false end