# File lib/mongoid/document.rb, line 70
    def freeze
      attributes.freeze
      self
    end