class Rufus::Scheduler::Job

def trigger(time)

def trigger(time)
  @previous_time = @next_time
  set_next_time(time)
  do_trigger(time)
end