# File lib/rufus/sc/jobqueues.rb, line 131 def trigger_matching_jobs (now) js = @mutex.synchronize { @jobs.values } # maybe this sync is a bit paranoid js.each { |job| job.trigger_if_matches(now) } end