class RuboCop::AST::OrNode
def alternate_operator
-
(String)
- the alternate of the `or` operator
def alternate_operator logical_operator? ? SEMANTIC_OR : LOGICAL_OR end
(String)
- the alternate of the `or` operator
def alternate_operator logical_operator? ? SEMANTIC_OR : LOGICAL_OR end