# File lib/mongo_mapper/plugins/document.rb, line 13
      def new?
        !!(@_new ||= false)
      end