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