class Rufus::Scheduler

def pending_job_count


('at' jobs and 'every' jobs).
Returns the number of currently pending jobs in this scheduler
def pending_job_count
    @pending_jobs.size
end