Flowdock
variables() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rss/maker/atom.rb, line 75
      def variables
        if type == "xhtml"
          super + %(xhtml)
        else
          super
        end
      end
Register or log in to add new notes.