method
maker_target
ruby latest stable - Class:
RSS::ITunesChannelModel::ITunesCategory
maker_target(categories)private
No documentation available.
# File lib/rss/itunes.rb, line 125
def maker_target(categories)
if text or !itunes_categories.empty?
categories.new_category
else
nil
end
end