module ActiveSupport::IsolatedExecutionState
def []=(key, value)
Experimental RBS support (using type sampling data from the type_fusion
project).
type ActiveSupport__IsolatedExecutionState_[]=_value = Float | Integer | Array[] | Hash | ActiveRecord::AsynchronousQueriesTracker | RelationshipsController type ActiveSupport__IsolatedExecutionState_[]=_return_value = Float | Integer | ActiveRecord::AsynchronousQueriesTracker | RelationshipsController def []=: ((Symbol | String) key, ActiveSupport__IsolatedExecutionState_[]=_value value) -> ActiveSupport__IsolatedExecutionState_[]=_return_value
This signature was generated using 65 samples from 2 applications.
def []=(key, value) current[key] = value end