33 34 35 36
# File 'lib/tree_node.rb', line 33 def add_child object object.parent = self children << object end