Method: Chef::EventDispatch::Base#resource_up_to_date
- Defined in:
- lib/chef/event_dispatch/base.rb
#resource_up_to_date(resource, action) ⇒ Object
Called when a resource has no converge actions, e.g., it was already correct.
346 |
# File 'lib/chef/event_dispatch/base.rb', line 346 def resource_up_to_date(resource, action); end |