Method: HighLine#use_color?

Defined in:
lib/highline.rb

#use_color?Boolean

Returns truethy if HighLine instance is currently using color escapes.

Returns:

  • (Boolean)


135
136
137
# File 'lib/highline.rb', line 135

def use_color?
  use_color
end