class Rufus::Scheduler::CronJob

def next_time_from(time)

def next_time_from(time)
  @cron_line.next_time(time)
end