class Rufus::Scheduler::IntervalJob

def next_time_from(time)

def next_time_from(time)
  time + @mean_work_time + @interval
end