Method: Chef::EventDispatch::Base#cookbook_compilation_complete
- Defined in:
- lib/chef/event_dispatch/base.rb
#cookbook_compilation_complete(run_context) ⇒ Object
This is called after all cookbook compilation phases are completed.
261 |
# File 'lib/chef/event_dispatch/base.rb', line 261 def cookbook_compilation_complete(run_context); end |