method

to_rss

ruby latest stable - Class: RSS::Maker::XMLStyleSheets

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_6_287) is shown here.

to_rss(rss)
public

No documentation available.

# File lib/rss/maker/base.rb, line 203
      def to_rss(rss)
        @xml_stylesheets.each do |xss|
          xss.to_rss(rss)
        end
      end