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