Method: Chef::EventDispatch::Base#resource_current_state_load_bypassed
- Defined in:
- lib/chef/event_dispatch/base.rb
#resource_current_state_load_bypassed(resource, action, current_resource) ⇒ Object
Called when resource current state load is skipped due to the provider not supporting whyrun mode.
320 |
# File 'lib/chef/event_dispatch/base.rb', line 320 def resource_current_state_load_bypassed(resource, action, current_resource); end |