Chef::ChefFS::FileSystem::BaseFSObject
# File lib/chef/chef_fs/file_system/nonexistent_fs_object.rb, line 26 def initialize(name, parent) super end
# File lib/chef/chef_fs/file_system/nonexistent_fs_object.rb, line 30 def exists? false end
# File lib/chef/chef_fs/file_system/nonexistent_fs_object.rb, line 34 def read raise Chef::ChefFS::FileSystem::NotFoundError, "Nonexistent #{path_for_printing}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.