# File lib/mongo_mapper/plugins/modifiers.rb, line 117
      def increment(hash, options=nil)
        self.class.increment({:_id => id}, hash, options)
      end