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