Sha256: 40e0b65d9a05a580bf58e3f996cfe1edc313fc014fcd4c47a3d76ae23e38c839
Contents?: true
Size: 195 Bytes
Versions: 547
Compression:
Stored size: 195 Bytes
Contents
if (typeof Function.prototype.bind === 'undefined') { Function.prototype.bind = function (target) { var f = this return function() { return f.apply(target, arguments) } } }
Version data entries
547 entries across 547 versions & 1 rubygems