Method: Parser::Source::Map::Variable#with_operator
- Defined in:
- lib/parser/source/map/variable.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.
19 20 21 |
# File 'lib/parser/source/map/variable.rb', line 19 def with_operator(operator_l) with { |map| map.update_operator(operator_l) } end |