class Shotgun::Static
def call(env)
def call(env) status, headers, body = @file.call(env) if status > 400 @app.call(env) else [status, headers, body] end end
def call(env) status, headers, body = @file.call(env) if status > 400 @app.call(env) else [status, headers, body] end end