class Rufus::Scheduler

def all_jobs


Returns all the jobs in the scheduler.
def all_jobs
  find_jobs
end