# File lib/secure_headers.rb, line 28 def boom(*args) raise "Illegal State: attempted to modify NoOpHeaderConfig. Create a new config instead." end
# File lib/secure_headers.rb, line 36 def dup self.class.instance end
# File lib/secure_headers.rb, line 40 def opt_out? true end
# File lib/secure_headers.rb, line 32 def to_h {} end