Sha256: b7c2bba37cf93a69d978d4feac7fea59fe6a0c283220ce571c65d734ca80f047
Contents?: true
Size: 370 Bytes
Versions: 46
Compression:
Stored size: 370 Bytes
Contents
"use strict"; module.exports = { "__generic": function (t, a) { a(t.call(this).length, 3); }, "": function (t, a) { var o, x, y, z; o = {}; x = [0, 1, "", null, o, false, undefined, true]; y = x.slice(0); a.not(z = t.call(x), x, "Returns different object"); a.deep(x, y, "Origin not changed"); a.deep(z, [0, 1, "", o, false, true], "Result"); } };
Version data entries
46 entries across 46 versions & 3 rubygems