Flowdock
add_need_initialize_variable(variable_name, init_value="nil") public

No documentation

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

Hide source
# File lib/rss/maker/base.rb, line 34
        def add_need_initialize_variable(variable_name, init_value="nil")
          self::NEED_INITIALIZE_VARIABLES << [variable_name, init_value]
        end
Register or log in to add new notes.