class Sinatra::Base

def initialize(app=nil)

def initialize(app=nil)
  @app = app
  yield self if block_given?
end