Sha256: 4f416a721e1de1a92f96bf1b87b95c26fbf3f3d22ceb7727bd05f700f2f3dd4a
Contents?: true
Size: 146 Bytes
Versions: 92
Compression:
Stored size: 146 Bytes
Contents
module.exports = function(a, b){ var fn = function(){}; fn.prototype = b.prototype; a.prototype = new fn; a.prototype.constructor = a; };
Version data entries
92 entries across 92 versions & 4 rubygems