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