19 20 21 22 23
# File 'lib/observed/task.rb', line 19 def compose(first_task) second_task = self first_task.then(second_task) end