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