method

freeze

freeze()
public

No documentation available.

# File activemodel/lib/active_model/attribute_set.rb, line 64
    def freeze
      @attributes.freeze
      super
    end