Method: HighLine.using_color_scheme?
- Defined in:
- lib/highline.rb
.using_color_scheme? ⇒ Boolean
Returns true
if HighLine is currently using a color scheme.
60 61 62 |
# File 'lib/highline.rb', line 60 def using_color_scheme? true if @color_scheme end |