method
to_rss
v1_9_3_125 -
Show latest stable
- Class:
RSS::RootElementMixin
to_rss(type, &block)public
No documentation available.
# File lib/rss/rss.rb, line 1285
def to_rss(type, &block)
to_feed("rss#{type}", &block)
end