Exemple #1
0
 /**
  * @param  string $environment
  *
  * @return self   $this
  */
 public function setEnvironment($environment)
 {
     $this->pug->setCustomOption('environment', $environment);
     return $this;
 }