public close()

in src/code.ts [10:13]


  public close(text: string = '') {
    this.indent -= 2;
    this.line(text);
  }