Method: Chef::RunContext#definitions
- Defined in:
- lib/chef/run_context.rb
#definitions ⇒ Array[Chef::ResourceDefinition] (readonly)
Resource Definitions for this run. Populated when the files in definitions/ are evaluated (this is triggered by #load).
80 81 82 |
# File 'lib/chef/run_context.rb', line 80 def definitions @definitions end |