Method: Chef::EventDispatch::Base#resource_after_state_loaded
- Defined in:
- lib/chef/event_dispatch/base.rb
#resource_after_state_loaded(resource, action, after_resource) ⇒ Object
Called after #load_after_resource has run.
316 |
# File 'lib/chef/event_dispatch/base.rb', line 316 def resource_after_state_loaded(resource, action, after_resource); end |