# File lib/mongo_mapper/plugins/modifiers.rb, line 8 def increment(*args) modifier_update('$inc', args) end