-
Notifications
You must be signed in to change notification settings - Fork 0
CAT 003
unurgunite edited this page Jul 11, 2026
·
3 revisions
Severity:
info• Confidence:high• Auto-fix: ❌
select + reject → partition — Use partition instead of two separate select/reject calls to iterate once.
ary.select { |x| x > 0 }
ary.reject { |x| x > 0 }Note
See bench results at bench/cat-003/