lib/rufus/sc/jobs.rb in rufus-scheduler-2.0.2 vs lib/rufus/sc/jobs.rb in rufus-scheduler-2.0.3

- old
+ new

@@ -39,10 +39,9 @@ # attr_reader :t # When the job is actually running, this attribute will hold the # thread in which the job is running. - # Can be used to determine if a job is actually running. # attr_reader :job_thread # The job parameters (passed via the schedule method) #