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