Parser::Source::Map
# File lib/parser/source/map/variable.rb, line 8 def initialize(name_l, expression_l=name_l) @name = name_l super(expression_l) end
@api private
# File lib/parser/source/map/variable.rb, line 17 def with_operator(operator_l) with { |map| map.update_operator(operator_l) } end
# File lib/parser/source/map/variable.rb, line 23 def update_operator(operator_l) @operator = operator_l end
[Validate]
Generated with the Darkfish Rdoc Generator 2.