Method: Chef::Resource#run_context

Defined in:
lib/chef/resource.rb

#run_contextChef::RunContext

where the context for the current Chef run is stored, including the node and the resource collection.

Returns:



1237
1238
1239
# File 'lib/chef/resource.rb', line 1237

def run_context
  @run_context
end