= private = protected
makers()
Returns collection of supported makers
# File lib/rss/maker.rb, line 49 def makers MAKERS.values.collect { |info| info[:maker] }.uniq end