# File lib/rufus/scheduler/job_array.rb, line 42
      def push(job)

        @mutex.synchronize { @array << job unless @array.index(job) }

        self
      end