Sha256: 5fc8954856cb2c760cd5807dcd48a031fb422cab9c5baa6590667a4f6f82c6fa
Contents?: true
Size: 330 Bytes
Versions: 46
Compression:
Stored size: 330 Bytes
Contents
"use strict"; module.exports = function (t, a) { var foo = "raz", bar = "dwa" , fn = function (a, b) { return this + a + b + foo + bar; } , result; result = t(fn, 3); a(result.call("marko", "el", "fe"), "markoelferazdwa", "Content"); a(result.length, 3, "Length"); a(result.prototype, fn.prototype, "Prototype"); };
Version data entries
46 entries across 46 versions & 3 rubygems