red static method

String red(
  1. Object text
)

Implementation

static String red(Object text) {
  return '\x1b[31m$text\x1b[39m';
}