module ActiveSupport::ExecutionContext

def store

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

def store: () -> Hash

This signature was generated using 24 samples from 1 application.

def store
  IsolatedExecutionState[:active_support_execution_context] ||= {}
end