# File lib/rufus/scheduler/job_array.rb, line 77
      def to_a

        @mutex.synchronize { @array.dup }
      end