Method: HighLine.reset_color_scheme
- Defined in:
- lib/highline.rb
.reset_color_scheme ⇒ Object
Reset color scheme to default (nil)
73 74 75 |
# File 'lib/highline.rb', line 73 def reset_color_scheme self.color_scheme = nil end |
Reset color scheme to default (nil)
73 74 75 |
# File 'lib/highline.rb', line 73 def reset_color_scheme self.color_scheme = nil end |