class ActionDispatch::Static

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 3 samples from 1 application.

def call(env)
  @file_handler.attempt(env) || @app.call(env)
end