method
to_atom
to_atom(type, &block)
public
Hide source
# File lib/rss/rss.rb, line 1281 def to_atom(type, &block) to_feed("atom:#{type}", &block) end