Method: Prism::IndexOperatorWriteNode#operator

Defined in:
lib/prism/node_ext.rb

#operatorObject

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



419
420
421
422
# File 'lib/prism/node_ext.rb', line 419

def operator
  deprecated("binary_operator")
  binary_operator
end