method
initialize_dup
v6.0.0 -
Show latest stable
- Class:
ActiveModel::Errors
initialize_dup(other)public
No documentation available.
# File activemodel/lib/active_model/errors.rb, line 85
def initialize_dup(other) # :nodoc:
@messages = other.messages.dup
@details = other.details.deep_dup
super
end