class Rufus::Scheduler

def threads


Lists all the threads associated with this scheduler.
def threads
  Thread.list.select { |t| t[thread_key] }
end