Namespace
Methods
Attributes
| [RW] | do_sort | |
| [RW] | max_size |
Class Public methods
new(maker)
Link
Source: show
# File lib/rss/maker/base.rb, line 675 def initialize(maker) super @do_sort = false @max_size = -1 end
Instance Public methods