module Airbrake::Rack::RequestStore

def []=(key, value)

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

def []=: (Symbol key, ActionDispatch::Request value) -> untyped

This signature was generated using 1 sample from 1 application.

Returns:
  • (void) -
def []=(key, value)
  store[key] = value
end