class Sinatra::Wrapper

def call(env)

def call(env)
  @stack.call(env)
end