make(version, &block)
public
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 27
def make(version, &block)
self[version].make(&block)
end