method
make_feed
make_feed()
private
Hide source
# File lib/rss/maker/1.0.rb, line 16 def make_feed RDF.new(@version, @encoding, @standalone) end