Starts the runner, blocking
27 28 29
# File 'lib/fluq/runner.rb', line 27 def run loop { sleep 5 while @feeds.alive? } end