Sha256: 4b057b398217b861eede2f8dd226ddcf7413c4735ff76f3e442c3cd5083d329d
Contents?: true
Size: 503 Bytes
Versions: 14
Compression:
Stored size: 503 Bytes
Contents
I"ë(function() { String.prototype.beginsWith = function(t, i) { if (i === false) { return t === this.substring(0, t.length); } else { return t.toLowerCase() === this.substring(0, t.length).toLowerCase(); } }; String.prototype.endsWith = function(t, i) { if (i === false) { return t === this.substring(this.length - t.length); } else { return t.toLowerCase() === this.substring(this.length - t.length).toLowerCase(); } }; }).call(this); :ET
Version data entries
14 entries across 11 versions & 2 rubygems