method

add_variable_assignment!

add_variable_assignment!(variable)
private

No documentation available.

# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 830
        def add_variable_assignment!(variable)
          function_chain.push("var #{variable} = #{function_chain.pop}")
        end