class RuboCop::AST::OpAsgnNode

def operator

Returns:
  • (Symbol) - the assignment operator
def operator
  node_parts[1]
end