class RuboCop::AST::OrNode

def alternate_operator

Returns:
  • (String) - the alternate of the `or` operator
def alternate_operator
  logical_operator? ? SEMANTIC_OR : LOGICAL_OR
end