method

each

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

No documentation available.

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