class Bundler::Thor::Actions::EmptyDirectory
def exists?
Boolean:: true if the file exists, false otherwise.
==== Returns
Checks if the destination file already exists.
def exists? ::File.exist?(destination) end
def exists? ::File.exist?(destination) end