Method: HighLine#reset_use_color

Defined in:
lib/highline.rb

#reset_use_colorObject

Resets the use of color.



140
141
142
# File 'lib/highline.rb', line 140

def reset_use_color
  @use_color = true
end