class Chef::ChefFS::FileSystem::NonexistentFSObject

Public Instance Methods

exists?() click to toggle source
# File lib/chef/chef_fs/file_system/nonexistent_fs_object.rb, line 26
def exists?
  false
end