new(maker)
public
Hide source
# File lib/rss/maker/base.rb, line 676 def initialize(maker) super @do_sort = false @max_size = -1 end