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