# File lib/faraday/builder.rb, line 41
    def run(app)
      @handlers.unshift app
    end