Method: Chef::Mixin::WhyRun::ConvergeActions#initialize
- Defined in:
- lib/chef/mixin/why_run.rb
#initialize(resource, run_context, action) ⇒ ConvergeActions
Returns a new instance of ConvergeActions.
36 37 38 39 |
# File 'lib/chef/mixin/why_run.rb', line 36 def initialize(resource, run_context, action) @resource, @run_context = resource, run_context @actions = [] end |