method
to_rss
v1_8_6_287 -
Show 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