class Prism::IndexOperatorWriteNode

def operator

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