Method: Prism::ConstantPathAndWriteNode#save_operator_loc
- Defined in:
- lib/prism/node.rb
#save_operator_loc(repository) ⇒ Object
Save the operator_loc location using the given saved source so that it can be retrieved later.
5002 5003 5004 |
# File 'lib/prism/node.rb', line 5002 def save_operator_loc(repository) repository.enter(node_id, :operator_loc) end |