Method: Common::Color#printf_white
- Defined in:
- lib/common/color.rb
#printf_white(text, bold = false, stdout = STDOUT) ⇒ Object
Print the text in white.
106 107 108 |
# File 'lib/common/color.rb', line 106 def printf_white(text, bold=false, stdout = STDOUT) printf_color(text, 37, bold, stdout) end |