module Honeybadger::Plugins::Resque::Extension
def around_perform_with_honeybadger(*args)
Executed before +on_failure+ hook; the flush is necessary so that
def around_perform_with_honeybadger(*args) Honeybadger.flush { yield } end
def around_perform_with_honeybadger(*args) Honeybadger.flush { yield } end