module ActiveSupport::Notifications

def registry

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

def registry: () -> Hash

This signature was generated using 17 samples from 2 applications.

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