# File lib/rufus/sc/jobqueues.rb, line 84 def to_h @jobs.inject({}) { |h, j| h[j.job_id] = j; h } end