Method: Chef::ChefFS::FileSystem::BaseFSObject#root

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

#rootObject



42
43
44
# File 'lib/chef/chef_fs/file_system/base_fs_object.rb', line 42

def root
  parent ? parent.root : self
end