Method: Chef::RunContext#definitions

Defined in:
lib/chef/run_context.rb

#definitionsArray[Chef::ResourceDefinition] (readonly)

Resource Definitions for this run. Populated when the files in definitions/ are evaluated (this is triggered by #load).

Returns:



80
81
82
# File 'lib/chef/run_context.rb', line 80

def definitions
  @definitions
end