class Rufus::CronJob

def schedule_info


Job. Like for example "60/3 * * * Sun".
Returns the original cron tab string used to schedule this
def schedule_info
  @cron_line.original
end