method
maker_target
v1_9_2_180 -
Show latest stable
- Class:
RSS::ITunesChannelModel::ITunesCategory
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