method
freeze
rails latest stable - Class:
ActiveModel::AttributeSet
freeze()public
No documentation available.
# File activemodel/lib/active_model/attribute_set.rb, line 68
def freeze
attributes.freeze
super
end freeze()No documentation available.
# File activemodel/lib/active_model/attribute_set.rb, line 68
def freeze
attributes.freeze
super
end