underline method

String underline()

Implementation

String underline() {
  return '\x1B[4m$this\x1B[0m';
}