class Rufus::Scheduler::Job

def post_trigger(time)

def post_trigger(time)
  set_next_time(time, true)
    # except IntervalJob instances, jobs will ignore this call
  callback(:on_post_trigger, time)
end