Skip to content

CAT 048

unurgunite edited this page Jul 11, 2026 · 3 revisions

CAT-048 — puts to_s redundant

Severity: hintConfidence: highAuto-fix:

Description

puts to_s redundant — puts calls to_s automatically. Explicit .to_s is redundant.

Bad code

puts obj.to_s

Benchmark

Note

See bench results at bench/cat-048/

Clone this wiki locally