Last analyzed 2020342 4 months ago
Default analysis branch is
Currently analyzing run
Use of and/or detected RB-ST1003
Anti-pattern
4 months ago5 months old
Use && instead of and.
1if 1 > 2 and 2 < 32end
3
4(1..100) === 7