Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v7.0.0) is shown here.
initialize_dup(other)
public
Clean the Errors object if
instance is duped.
# File activemodel/lib/active_model/validations.rb, line 283
def initialize_dup(other) # :nodoc:
@errors = nil
super
end