Method: Chef::ChefFS::FileSystem::NonexistentFSObject#exists?

Defined in:
lib/chef/chef_fs/file_system/nonexistent_fs_object.rb

#exists?Boolean

Returns:

  • (Boolean)


26
27
28
# File 'lib/chef/chef_fs/file_system/nonexistent_fs_object.rb', line 26

def exists?
  false
end