module ActiveSupport::IsolatedExecutionState
def [](key)
Experimental RBS support (using type sampling data from the type_fusion
project).
type ActiveSupport__IsolatedExecutionState_[]_return_value = nil | ActiveRecord::ExplainRegistry | Set | ActiveRecord::Scoping::ScopeRegistry | Float def []: ((Symbol | String) key) -> ActiveSupport__IsolatedExecutionState_[]_return_value
This signature was generated using 87 samples from 2 applications.
def [](key) current[key] end