method

make

make(*args, &block)
public

No documentation available.

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