class Sinatra::Base
def call!(env)
def call!(env) @env = env @request = Request.new(env) @response = Response.new @params = nil error_detection { dispatch! } @response.finish end
def call!(env) @env = env @request = Request.new(env) @response = Response.new @params = nil error_detection { dispatch! } @response.finish end