method
deep_dup
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::LazyAttributeHash
deep_dup()public
No documentation available.
# File activerecord/lib/active_record/attribute_set/builder.rb, line 50
def deep_dup
dup.tap do |copy|
copy.instance_variable_set(:@delegate_hash, delegate_hash.transform_values(&:dup))
end
end