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