126 127 128
# File 'lib/hyper_record.rb', line 126 def decrement(attribute, by=1) increment(attribute, -by) end