# File lib/rack/auth/abstract/handler.rb, line 11 def initialize(app, &authenticator) @app, @authenticator = app, authenticator end