# File lib/rack/protection/base.rb, line 21 def self.default_options(options) define_method(:default_options) { super().merge(options) } end