class Rufus::Scheduler::SchedulerCore

def step


triggered.
The method that does the "wake up and trigger any job that should get
def step
  cron_step
  at_step
end