class Sinatra::Wrapper

def initialize(stack, instance)

def initialize(stack, instance)
  @stack, @instance = stack, instance
end