# File htree/traverse.rb, line 29 def each_child(&block) # :yields: child_node children.each(&block) nil end