= private = protected
make(version, &block)
Builder for an RSS object Creates an object of the type passed in args
Executes the block to populate elements of the created RSS object
# File lib/rss/maker.rb, line 28 def make(version, &block) self[version].make(&block) end