class RuboCop::AST::AndNode

def alternate_operator

Returns:
  • (String) - the alternate of the `and` operator
def alternate_operator
  logical_operator? ? SEMANTIC_AND : LOGICAL_AND
end