19 20 21 22
# File 'lib/libis/workflow/task_group.rb', line 19 def <<(task) self.tasks << task task.parent = self end