# File lib/chef/resource.rb, line 400 def updated_by_last_action(true_or_false) @updated ||= true_or_false @updated_by_last_action = true_or_false end