Method: Chef::RunContext#create_child

Defined in:
lib/chef/run_context.rb

#create_childObject

Create a child RunContext.



680
681
682
# File 'lib/chef/run_context.rb', line 680

def create_child
  ChildRunContext.new(self)
end