class ActiveModel::AttributeSet

def deep_dup

def deep_dup
  AttributeSet.new(attributes.transform_values(&:deep_dup))
end