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