module Resque::Stat

def >>(stat)

Decrements a stat by one.
def >>(stat)
  decr stat
end