| 7 | * Colorizes text for the console. |
| 8 | */ |
| 9 | class Colorize { |
| 10 | /** |
| 11 | * Replaces the current line with the given text. |
| 12 | * @param text The text to replace the current line with. |
nothing calls this directly
no outgoing calls
no test coverage detected