class RuboCop::AST::AndAsgnNode

def operator

Returns:
  • (Symbol) - the assignment operator
def operator
  :'&&'
end