Method: Chef::EventDispatch::Base#cookbook_compilation_start
- Defined in:
- lib/chef/event_dispatch/base.rb
#cookbook_compilation_start(run_context) ⇒ Object
Called immediately after creating the run_context and before any cookbook compilation happens
141 |
# File 'lib/chef/event_dispatch/base.rb', line 141 def cookbook_compilation_start(run_context); end |