method

initialize_dup

initialize_dup(_)
public

No documentation available.

# File activemodel/lib/active_model/attribute_set/builder.rb, line 124
    def initialize_dup(_)
      @delegate_hash = Hash[delegate_hash]
      super
    end