Bench\Base::outln PHP Method

outln() protected method

protected outln ( $text = null )
    protected function outln($text = null)
    {
        $this->out($text . PHP_EOL);
    }