# File lib/ruote/exp/fe_if.rb, line 114 def apply_child_if_present (index, workitem) if tree_children[index] apply_child(index, workitem) else reply_to_parent(workitem) end end