method

initialize_dup

rails latest stable - Class: ActiveModel::Attributes
initialize_dup(other)
public

No documentation available.

# File activemodel/lib/active_model/attributes.rb, line 98
    def initialize_dup(other) # :nodoc:
      @attributes = @attributes.deep_dup
      super
    end