method

maker_target

maker_target(categories)
private

No documentation available.

# File lib/rss/itunes.rb, line 122
      def maker_target(categories)
        if text or !itunes_categories.empty?
          categories.new_category
        else
          nil
        end
      end