class RuboCop::AST::AndNode
def alternate_operator
-
(String)
- the alternate of the `and` operator
def alternate_operator logical_operator? ? SEMANTIC_AND : LOGICAL_AND end
(String)
- the alternate of the `and` operator
def alternate_operator logical_operator? ? SEMANTIC_AND : LOGICAL_AND end