Method: HighLine#reset_use_color
- Defined in:
- lib/highline.rb
#reset_use_color ⇒ Object
Resets the use of color.
140 141 142 |
# File 'lib/highline.rb', line 140 def reset_use_color @use_color = true end |
Resets the use of color.
140 141 142 |
# File 'lib/highline.rb', line 140 def reset_use_color @use_color = true end |