method

registry

rails latest stable - Class: ActiveSupport::Notifications
registry()
private

No documentation available.

# File activesupport/lib/active_support/notifications.rb, line 273
        def registry
          ActiveSupport::IsolatedExecutionState[:active_support_notifications_registry] ||= {}
        end