Method: Prism::ConstantOperatorWriteNode#operator_loc

Defined in:
lib/prism/node_ext.rb

#operator_locObject

Returns the location of the binary operator used to modify the receiver. This method is deprecated in favor of #binary_operator_loc.



378
379
380
381
# File 'lib/prism/node_ext.rb', line 378

def operator_loc
  deprecated("binary_operator_loc")
  binary_operator_loc
end