class method
self.new
Ruby on Rails 7.2.3
Since v5.2.8.1Signature
self.new()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/content_security_policy.rb, line 179
def initialize
@directives = {}
yield self if block_given?
end
Defined in actionpack/lib/action_dispatch/http/content_security_policy.rb line 179
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ContentSecurityPolicy