Methods
Public Class methods
new()
    # File lib/raw/dispatcher/format/rss.rb, line 9
 9:   def initialize
10:     @name = "rss"
11:     @content_type = "text/xml"
12:     @extension = "xml"
13:     @template_extension = "xmlx"
14:   end
Public Instance methods
after_action(controller)
    # File lib/raw/dispatcher/format/rss.rb, line 16
16:   def after_action(controller)
17: ??
18:   end