module ChefCompat::Monkeypatches::Chef::RunContext

Public Instance Methods

initialize_child_state(*args) click to toggle source

for versions after we added intialize_child_state but before 12.10.24

Calls superclass method
# File files/lib/chef_compat/monkeypatches/chef/run_context.rb, line 10
def initialize_child_state(*args)
  super
  @resource_collection.run_context = self
  @delayed_actions = []
end