# File lib/rack/protection/base.rb, line 32 def initialize(app, options = {}) @app, @options = app, default_options.merge(options) end