method
variables
variables()
private
Hide source
# File lib/rss/maker/atom.rb, line 76 def variables if type == "xhtml" super + %w(xhtml) else super end end