method
to_atom
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
to_atom(type, &block)
public
Hide source
# File lib/rss/rss.rb, line 1289 def to_atom(type, &block) to_feed("atom:#{type}", &block) end