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