Method: Parser::Source::Map::Constant#with_operator

Defined in:
lib/parser/source/map/constant.rb

#with_operator(operator_l) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.


20
21
22
# File 'lib/parser/source/map/constant.rb', line 20

def with_operator(operator_l)
  with { |map| map.update_operator(operator_l) }
end