class Rufus::Scheduler

def running_jobs(opts={})

def running_jobs(opts={})
  jobs(opts.merge(:running => true))
end