shouldSetupRegistryInIncluded: function() {
   return !checker.isAbove(this, '0.2.0');
 },
示例#2
0
CoffeescriptES6Addon.prototype.shouldSetupRegistryInIncluded = function() {
  return !checker.isAbove(this, '0.2.0');
}