method
each
each(&block)
public
Hide source
# File lib/rexml/parent.rb, line 39 def each(&block) @children.each(&block) end