Sha256: 9ecb280eca3e9efe7145000363275a8f95ed058243da4dcac40aaab35d63b66e
Contents?: true
Size: 277 Bytes
Versions: 71
Compression:
Stored size: 277 Bytes
Contents
/** @constructor */ function Circle(){} /** @constructor @memberOf Circle# */ Circle.prototype.Tangent = function(){}; // renaming Circle#Tangent to Circle#Circle#Tangent /** @memberOf Circle#Tangent# */ Circle.prototype.Tangent.prototype.getDiameter = function(){};
Version data entries
71 entries across 70 versions & 12 rubygems