Method: Prism::ConstantPathOperatorWriteNode#save_binary_operator_loc

Defined in:
lib/prism/node.rb

#save_binary_operator_loc(repository) ⇒ Object

Save the binary_operator_loc location using the given saved source so that it can be retrieved later.



5237
5238
5239
# File 'lib/prism/node.rb', line 5237

def save_binary_operator_loc(repository)
  repository.enter(node_id, :binary_operator_loc)
end