class ActionDispatch::Routing::RouteSet

def call(env)

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

def call: (Hash env) -> Array[Integer]

This signature was generated using 1 sample from 1 application.

def call(env)
  req = make_request(env)
  req.path_info = Journey::Router::Utils.normalize_path(req.path_info)
  @router.serve(req)
end