method

each

v1_9_1_378 - 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