Ruby

Ruby

Made by DeepSource

Symbol with same name as the boolean values found RB-LI1006

Bug risk
Major

:true and/or :false symbols found in the source, and are usually a result of typos.

Bad practice

:true
:false

Recommended

true
false