Method: Chef::Resource#run_context
- Defined in:
- lib/chef/resource.rb
#run_context ⇒ Chef::RunContext
where the context for the current Chef run is stored, including the node and the resource collection.
1237 1238 1239 |
# File 'lib/chef/resource.rb', line 1237 def run_context @run_context end |