[Source]
# File rss/maker/base.rb, line 359 def new_category category = self.class::Category.new(@maker) @categories << category category end
[Validate]