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/feed.rb, line 393
              def variables
                if out_of_line?
                  super
                elsif xml_type?
                  super + %(xml)
                else
                  super
                end
              end
Register or log in to add new notes.