Method: CommandKit::Colors::PlainText.red

Defined in:
lib/command_kit/colors.rb

.red(string = nil) ⇒ Object



315
316
317
# File 'lib/command_kit/colors.rb', line 315

def red(string=nil)
  string || ''
end