# File ../lib/fox/core.rb, line 373 def each_child child = self.first while child yield child child = child.next end end