class Rufus::Scheduler::CronJob

def next_time (from=Time.now)


Returns the next time this job is meant to trigger
def next_time (from=Time.now)
  @cron_line.next_time(from)
end