io = $io; } public function write($message, $n = 1) { $this->io->write($message . str_repeat("\n", $n)); } }