class Chef::ChefFS::FileSystem::Repository::ContainersDir
Public Instance Methods
Source
# File lib/chef/chef_fs/file_system/repository/containers_dir.rb, line 30 def make_child_entry(child_name) Container.new(child_name, self) end
# File lib/chef/chef_fs/file_system/repository/containers_dir.rb, line 30 def make_child_entry(child_name) Container.new(child_name, self) end