= private = protected
to_feed(rss)
This method has no description. You can help the Ruby community by adding new notes.
# File lib/rss/maker/1.0.rb, line 224 def to_feed(rss) if rss.channel normalize.each do |item| item.to_feed(rss) end setup_other_elements(rss, rss.items) end end