Method: CommandKit::Colors::PlainText.white

Defined in:
lib/command_kit/colors.rb

.white(string = nil) ⇒ Object



339
340
341
# File 'lib/command_kit/colors.rb', line 339

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