module ActiveSupport::Notifications

def registry

Experimental RBS support (using type sampling data from the type_fusion project).

def registry: () -> untyped

This signature was generated using 2 samples from 1 application.

def registry
  ActiveSupport::IsolatedExecutionState[:active_support_notifications_registry] ||= {}
end