class ActiveModel::AttributeSet

def freeze

def freeze
  attributes.freeze
  super
end