# File lib/chef/shef/shef_session.rb, line 139 def rebuild_context @run_context = Chef::RunContext.new(@node, {}) # no recipes @run_context.load(Chef::RunList::RunListExpansionFromDisk.new("_default", [])) # empty recipe list end