make_feed()
private
Hide source
# File lib/rss/maker/entry.rb, line 15 def make_feed ::RSS::Atom::Entry.new(@version, @encoding, @standalone) end