class Rack::Config

def initialize(app, &block)

def initialize(app, &block)
  @app = app
  @block = block
end