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 19 samples from 3 applications.

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