class RuboCop::AST::OrAsgnNode

def operator

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