DOC.prototype.canRun = function(pcfg, opt_acfg) {
  return !!(pcfg.src && opt_acfg.docs && opt_acfg.docs.dir);
};