# File lib/rack/config.rb, line 15
    def call(env)
      @block.call(env)
      @app.call(env)
    end