Parser::Source::Map
# File lib/parser/source/map/constant.rb, line 9 def initialize(double_colon, name, expression) @double_colon, @name = double_colon, name super(expression) end
@api private
# File lib/parser/source/map/constant.rb, line 18 def with_operator(operator_l) with { |map| map.update_operator(operator_l) } end
# File lib/parser/source/map/constant.rb, line 24 def update_operator(operator_l) @operator = operator_l end
[Validate]
Generated with the Darkfish Rdoc Generator 2.