# File lib/rufus/scheduler/job_array.rb, line 82 def [](job_id) @mutex.synchronize { @array.find { |j| j.job_id == job_id } } end