method
make
make(version, &block)
public
Hide source
# File lib/rss/maker/base.rb, line 367 def make(version, &block) new(version).make(&block) end