Method: HighLine#use_color

Defined in:
lib/highline.rb

#use_colorObject

Set it to false to disable ANSI coloring


132
133
134
# File 'lib/highline.rb', line 132

def use_color
  @use_color
end