class Chef::ChefFS::FileSystem::Repository::ClientKeysSubDir

Protected Instance Methods

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