# File lib/html/element.rb, line 128
    def each(&block)
      children.each { |ch| ch.each(&block) }
    end