Method: Chef::ChefFS::FileSystem::NodesDir#initialize

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

#initialize(parent) ⇒ NodesDir

Returns a new instance of NodesDir.

[View source]

27
28
29
# File 'lib/chef/chef_fs/file_system/nodes_dir.rb', line 27

def initialize(parent)
  super("nodes", parent)
end