Method: Chef::RunContext#parent_run_context
- Defined in:
- lib/chef/run_context.rb
#parent_run_context ⇒ Chef::RunContext (readonly)
The parent run context.
103 104 105 |
# File 'lib/chef/run_context.rb', line 103 def parent_run_context @parent_run_context end |