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