method

to_feed

to_feed(type, &block)
public

No documentation available.

# File lib/rss/rss.rb, line 1249
    def to_feed(type, &block)
      Maker.make(type) do |maker|
        setup_maker(maker)
        block.call(maker) if block
      end
    end