Method: Protest::Utils::ColorfulOutput.colorize
- Defined in:
- lib/protest/utils/colorful_output.rb
.colorize ⇒ Object
Whether to use colors in the output or not. The default is true.
27 28 29 |
# File 'lib/protest/utils/colorful_output.rb', line 27 def colorize @colorize end |