Method: Chef::Resource#before_notifications

Defined in:
lib/chef/resource.rb

#before_notificationsObject

[View source]

1409
1410
1411
# File 'lib/chef/resource.rb', line 1409

def before_notifications
  run_context.before_notifications(self)
end