Method: AttrJson::Model#freeze
- Defined in:
- lib/attr_json/model.rb
#freeze ⇒ Object
like ActiveModel::Attributes at https://github.com/rails/rails/blob/8015c2c2cf5c8718449677570f372ceb01318a32/activemodel/lib/active_model/attributes.rb#L120
is not a full deep freeze
423 424 425 426 |
# File 'lib/attr_json/model.rb', line 423 def freeze attributes.freeze unless frozen? super end |