class ActionDispatch::ServerTiming::Subscriber

def call(event)

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

def call: (ActiveSupport::Notifications::Event event) -> Array[ActiveSupport::Notifications::Event]

This signature was generated using 11 samples from 1 application.

def call(event)
  if events = ActiveSupport::IsolatedExecutionState[KEY]
    events << event
  end
end