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.

Background Color Methods collapse

Class Method Details

.clearObject



976
977
978
# File 'lib/command_kit/colors.rb', line 976

def clear
  reset
end

.resetObject



972
973
974
# File 'lib/command_kit/colors.rb', line 972

def reset
  RESET
end