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