# File temp/parent.rb, line 39
    def each(&block)
      @children.each(&block)
    end