# File lib/parser/source/map/variable.rb, line 8 def initialize(name_l, expression_l=name_l) @name = name_l super(expression_l) end