method

variables

variables()
private

No documentation available.

# File lib/rss/maker/atom.rb, line 74
      def variables
        if type == "xhtml"
          super + %(xhtml)
        else
          super
        end
      end