Flowdock
jobs() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/shell/process-controller.rb, line 70
    def jobs
      jobs = []
      @jobs_sync.synchronize(:SH) do
        jobs.concat @waiting_jobs
        jobs.concat @active_jobs
      end
      jobs
    end
Register or log in to add new notes.