Description
Adds color helper methods to Ruby strings for terminal output. It is useful for small command-line tools that need colored messages without a larger terminal UI framework.
Extending core classes can surprise maintainers and affect compatibility. Use consistently and keep plain output paths for logs and automation.