public open()

in src/code.ts [5:8]


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