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