12 13 14 15 16 17
# File 'lib/queue_lite/worker.rb', line 12 def run @running = true while @running perform_once end end