faraaz-deepsource / dev-checks

Use of case equality operator detected RB-ST1013
Anti-pattern
Minor
1 occurrence in this check
Avoid the use of the case equality operator ===.
 1if 1 > 2 and 2 < 3
 2end
 3
 4(1..100) === 7 5
 6hash = {}
 7hash.merge!(key: value)