method
initialize_copy
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::ContentSecurityPolicy
initialize_copy(other)public
No documentation available.
# File actionpack/lib/action_dispatch/http/content_security_policy.rb, line 159
def initialize_copy(other)
@directives = other.directives.deep_dup
end