red method

String red()

Implementation

String red() {
  return '\x1B[31m$this\x1B[0m';
}