Method: Knuckles#notifications

Defined in:
lib/knuckles.rb

#notificationsModule

Module accessor for ‘notifications`, defaults to `ActiveSupport::Notifications`

Returns:

  • (Module)

    Instrumentation module



86
87
88
# File 'lib/knuckles.rb', line 86

def notifications
  @notifications ||= ActiveSupport::Notifications
end