Method: Chef::EventDispatch::Base#handler_executed
- Defined in:
- lib/chef/event_dispatch/base.rb
#handler_executed(handler) ⇒ Object
Called after an individual handler has run
366 |
# File 'lib/chef/event_dispatch/base.rb', line 366 def handler_executed(handler); end |