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