blur method

String blur()

Implementation

String blur() {
  return '\x1B[2m$this\x1B[0m';
}