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