class ActiveModel::AttributeSet

def initialize_clone(_)

def initialize_clone(_)
  @attributes = @attributes.clone
  super
end