class ActionDispatch::Static

def call(env)

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