Module: CommandKit::Colors::PlainText
- Defined in:
- lib/command_kit/colors.rb
Overview
Dummy module with the same interface as ANSI, but for when ANSI is not supported.
Class Method Summary collapse
Class Method Details
.clear ⇒ Object
506 507 508 |
# File 'lib/command_kit/colors.rb', line 506 def clear reset end |
.reset ⇒ Object
502 503 504 |
# File 'lib/command_kit/colors.rb', line 502 def reset RESET end |