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