class Chef::ChefFS::FileSystem::Repository::CookbookArtifactsDir

Represents ROOT/cookbook_artifacts

Public Instance Methods

make_child_entry(child_name) click to toggle source
# File lib/chef/chef_fs/file_system/repository/cookbook_artifacts_dir.rb, line 29
def make_child_entry(child_name)
  ChefRepositoryFileSystemCookbookArtifactDir.new(child_name, self)
end