module ActiveSupport::IsolatedExecutionState

def [](key)

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

def []: ((Symbol | String) key) -> (nil | Array[ActiveSupport::Notifications::Event] | ActiveSupport::TaggedLogging::TagStack)

This signature was generated using 4 samples from 1 application.

def [](key)
  state[key]
end