class ChefFS::FileSystem::NonexistentFSObject
Public Class Methods
new(name, parent)
click to toggle source
Calls superclass method
ChefFS::FileSystem::BaseFSObject::new
# File lib/chef_fs/file_system/nonexistent_fs_object.rb, line 25 def initialize(name, parent) super end
Public Instance Methods
exists?()
click to toggle source
# File lib/chef_fs/file_system/nonexistent_fs_object.rb, line 29 def exists? false end