Method: Chef::ChefFS::FileSystem::ChefServer::CookbookFile#initialize
- Defined in:
- lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb
#initialize(name, parent, file) ⇒ CookbookFile
Returns a new instance of CookbookFile.
28 29 30 31 |
# File 'lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb', line 28 def initialize(name, parent, file) super(name, parent) @file = file end |