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