to_feed(entry)
public
Hide source
# File lib/rss/maker/entry.rb, line 62 def to_feed(entry) (normalize.first || Item.new(@maker)).to_feed(entry) end