public function setRoot()

in src/Writer.hack [76:79]


  public function setRoot(string $root): this {
    $this->root = \realpath($root);
    return $this;
  }