121 122 123
# File 'lib/html/struct.rb', line 121 def each(&block) children.each {|node| yield node } end