# File lib/ruote/worker.rb, line 40
  def self.current_worker

    Thread.current['ruote_worker'] || DUMMY_WORKER
  end