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