method

each

v2_1_10 - Show latest stable - Class: RSS::XML::Element
each(&block)
public

No documentation available.

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