class SecureHeaders::NoOpHeaderConfig

Public Instance Methods

[](*args)
Alias for: boom
[]=(*args)
Alias for: boom
boom(*args) click to toggle source
# File lib/secure_headers.rb, line 25
def boom(*args)
  raise "Illegal State: attempted to modify NoOpHeaderConfig. Create a new config instead."
end
Also aliased as: [], []=, keys
dup() click to toggle source
# File lib/secure_headers.rb, line 33
def dup
  self.class.instance
end
keys(*args)
Alias for: boom
opt_out?() click to toggle source
# File lib/secure_headers.rb, line 37
def opt_out?
  true
end
to_h() click to toggle source
# File lib/secure_headers.rb, line 29
def to_h
  {}
end