Method: Chef::RunContext#root_run_context
- Defined in:
- lib/chef/run_context.rb
#root_run_context ⇒ Chef::RunContext
The root run context.
109 110 111 112 113 |
# File 'lib/chef/run_context.rb', line 109 def root_run_context rc = self rc = rc.parent_run_context until rc.parent_run_context.nil? rc end |