# File lib/her/model/orm.rb, line 118 def decrement!(attribute, by = 1) increment!(attribute, -by) end