class Sinatra::Wrapper

def initialize(stack, instance)

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