Method: Chef::ChefFS::FileSystem::NonexistentFSObject#initialize

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

#initialize(name, parent) ⇒ NonexistentFSObject

Returns a new instance of NonexistentFSObject.



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

def initialize(name, parent)
  super
end