method

initialize_copy

rails latest stable - Class: ActionDispatch::ContentSecurityPolicy
initialize_copy(other)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/content_security_policy.rb, line 179
    def initialize_copy(other)
      @directives = other.directives.deep_dup
    end