Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Chef::ChefFS::FileSystem::NonexistentFSObject

Public Class Methods

new(name, parent) click to toggle source
# File lib/chef/chef_fs/file_system/nonexistent_fs_object.rb, line 26
def initialize(name, parent)
  super
end

Public Instance Methods

exists?() click to toggle source
# File lib/chef/chef_fs/file_system/nonexistent_fs_object.rb, line 30
def exists?
  false
end
read() click to toggle source
# 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.