Method: Chef::Resource#updated_by_last_action

Defined in:
lib/chef/resource.rb

#updated_by_last_action(true_or_false) ⇒ Object



418
419
420
421
# File 'lib/chef/resource.rb', line 418

def updated_by_last_action(true_or_false)
  @updated ||= true_or_false
  @updated_by_last_action = true_or_false
end