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