# File lib/rack/auth/openid.rb, line 469 def initialize(app, realm, options={}, &auth) @oid = OpenID.new(realm, options) super(app, &auth) end