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