# File src/rexml/light/node.rb, line 59 def each( &block ) el!() size.times { |x| yield( at(x+4) ) } end