Class: Chef::ChefFS::FileSystem::NonexistentFSObject
- Inherits:
-
BaseFSObject
- Object
- BaseFSObject
- Chef::ChefFS::FileSystem::NonexistentFSObject
- Defined in:
- lib/chef/chef_fs/file_system/nonexistent_fs_object.rb
Instance Attribute Summary
Attributes inherited from BaseFSObject
Instance Method Summary collapse
- #exists? ⇒ Boolean
-
#initialize(name, parent) ⇒ NonexistentFSObject
constructor
A new instance of NonexistentFSObject.
Methods inherited from BaseFSObject
#can_have_child?, #chef_object, #child, #children, #compare_to, #create_child, #delete, #dir?, #path_for_printing, #read, #root, #write
Constructor Details
#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 |
Instance Method Details
#exists? ⇒ Boolean
30 31 32 |
# File 'lib/chef/chef_fs/file_system/nonexistent_fs_object.rb', line 30 def exists? false end |