module CommandKit::Colors::PlainText
Dummy module with the same interface as {ANSI}, but for when ANSI
is not supported.
Public Instance Methods
clear()
click to toggle source
# File lib/command_kit/colors.rb, line 506 def clear reset end
reset()
click to toggle source
# File lib/command_kit/colors.rb, line 502 def reset RESET end