# File lib/omniauth/builder.rb, line 20
    def call(env)
      @ins << @app unless @ins.include?(@app)
      to_app.call(env)
    end