module ActiveSupport::IsolatedExecutionState
def []=(key, value)
Experimental RBS support (using type sampling data from the type_fusion
project).
def []=: (Symbol key, Integer value) -> untyped
This signature was generated using 1 sample from 1 application.
def []=(key, value) current[key] = value end