constructor()

in lib/file.js [10:13]


  constructor(path, content) {
    this.path = path;
    this.content = content;
  }