(...strings)
| 1788 | this.tool.writeFileString(this.path, this.current); |
| 1789 | } |
| 1790 | line(...strings) { |
| 1791 | for (var string of strings) |
| 1792 | this.write(string); |
| 1793 | this.write("\n"); |
| 1794 | } |
| 1795 | write(string) { |
| 1796 | this.current += string; |
| 1797 | } |
no test coverage detected