# File lib/treetop/compiler/node_classes/parsing_expression.rb, line 125 def init_value(var_symbol) case var_symbol when :accumulator then '[]' when :start_index then 'index' else nil end end