# File lib/rufus/sc/jobqueues.rb, line 55 def trigger_matching_jobs now = Time.now while job = job_to_trigger(now) job.trigger end end