method

setup_maker

v2_2_9 - Show latest stable - Class: RSS::RDF::Bag
setup_maker(target)
public

No documentation available.

# File lib/rss/1.0.rb, line 187
      def setup_maker(target)
        lis.each do |li|
          target << li.resource
        end
      end