class ActiveModel::AttributeSet

def initialize_dup(_)

def initialize_dup(_)
  @attributes = @attributes.dup
  super
end