method
each
each(&block)
public
Hide source
# File lib/rss/xml.rb, line 33 def each(&block) @children.each(&block) end