# File lib/termtter/task_manager.rb, line 33 def step pull_due_tasks.each do |task| invoke_and_wait do task.execute end end end