-
Notifications
You must be signed in to change notification settings - Fork 0
CAT 031
unurgunite edited this page Jul 11, 2026
·
3 revisions
Severity:
info| Confidence:high| Auto-fix: ❌
values.includes? → has_value? — Use has_value? instead of .values.includes? to check value existence without allocating an array.
hash.values.includes?("target")Note
See bench results at bench/cat-031/