write()

in lib/file.js [64:66]


  write(dest) {
    return fs.outputFile(dest, this.content);
  }