[Source]
# File rss/maker/1.0.rb, line 132 def to_rss(rss) if rss.channel normalize.each do |item| item.to_rss(rss) end setup_other_elements(rss) end end
[Validate]