method
initialize_dup
v7.0.0 -
Show latest stable
- Class:
ActiveModel::Attributes
initialize_dup(other)public
No documentation available.
# File activemodel/lib/active_model/attributes.rb, line 83
def initialize_dup(other) # :nodoc:
@attributes = @attributes.deep_dup
super
end