BitRing.prototype.count = function()

in bit-ring.js [21:23]


BitRing.prototype.count = function() {
    return this._count;
};