blue method

String blue()

Implementation

String blue() {
  return '\x1B[34m$this\x1B[0m';
}