Flowdock
required_variable_names() 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 383
              def required_variable_names
                if out_of_line?
                  %(type)
                elsif xml_type?
                  %(xml_content)
                else
                  %(content)
                end
              end
Register or log in to add new notes.