class Rufus::Scheduler::JobArray

def push(job)

def push(job)
  @mutex.synchronize { @array << job unless @array.index(job) }
  self
end