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