class Rufus::Scheduler

def stop


The scheduler is stoppable via sstop()
def stop
  @stopped = true
end