Method: Chef::RunContext::CookbookCompiler#definitions

Defined in:
lib/chef/run_context/cookbook_compiler.rb

#definitionsObject

Resource Definitions from the compiled cookbooks. This is populated by calling #compile_resource_definitions (which is called by #compile)



57
58
59
# File 'lib/chef/run_context/cookbook_compiler.rb', line 57

def definitions
  run_context.definitions
end