/**
  * @param $string
  * @return mixed
  */
 public function plain($string)
 {
     $this->output->write("{$string}");
 }