Method: RSS::Maker.make

Defined in:
lib/rss/maker.rb

.make(version, &block) ⇒ Object

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



27
28
29
# File 'lib/rss/maker.rb', line 27

def make(version, &block)
  self[version].make(&block)
end