[Source]
# File lib/rss/maker/entry.rb, line 62 62: def to_feed(entry) 63: (normalize.first || Item.new(@maker)).to_feed(entry) 64: end
[Validate]