# File lib/fox16/glgroup.rb, line 50
    def each_child # :yields: childObject
      @list.each { |child| yield child }
      self
    end