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