Method: Prism::IndexOperatorWriteNode#save_call_operator_loc
- Defined in:
- lib/prism/node.rb
#save_call_operator_loc(repository) ⇒ Object
Save the call_operator_loc location using the given saved source so that it can be retrieved later.
9306 9307 9308 |
# File 'lib/prism/node.rb', line 9306 def save_call_operator_loc(repository) repository.enter(node_id, :call_operator_loc) unless @call_operator_loc.nil? end |