Method: Common::Color#printf_normal
- Defined in:
- lib/common/color.rb
#printf_normal(text, bold = false, stdout = STDOUT) ⇒ Object
Print the text in normal color.
123 124 125 |
# File 'lib/common/color.rb', line 123 def printf_normal(text, bold=false, stdout = STDOUT) printf_color(text, 0, bold, stdout) end |