class Rufus::Scheduler::SchedulerCore
def step
triggered.
The method that does the "wake up and trigger any job that should get
def step @cron_jobs.trigger_matching_jobs @jobs.trigger_matching_jobs end
def step @cron_jobs.trigger_matching_jobs @jobs.trigger_matching_jobs end