method
to_rss
ruby latest stable - Class:
RSS::Maker::XMLStyleSheets
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