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

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

#rootObject



168
169
170
# File 'lib/chef/chef_fs/file_system/base_fs_object.rb', line 168

def root
  parent ? parent.root : self
end