class ActionDispatch::PermissionsPolicy

def initialize_copy(other)

def initialize_copy(other)
  @directives = other.directives.deep_dup
end