class Prism::LocalVariableOperatorWriteNode

def operator_loc

This method is deprecated in favor of #binary_operator_loc.
Returns the location of the binary operator used to modify the receiver.
def operator_loc
  deprecated("binary_operator_loc")
  binary_operator_loc
end