method
each

each( &block )
public
Hide source
# File lib/rexml/light/node.rb, line 43 def each( &block ) size.times { |x| yield( at(x+4) ) } end