Sha256: 722d606ae6226f77d9efb088a398e56b3d2ff0047ec4b73c67447667a3b0b0ad
Contents?: true
Size: 379 Bytes
Versions: 29
Compression:
Stored size: 379 Bytes
Contents
'use strict'; module.exports = function (t, a) { a.deep(t.call(function (a, b) { return this[a] + this[b]; }), { args: 'a, b', body: ' return this[a] + this[b]; ' }); a.deep(t.call(function () {}), { args: '', body: '' }); a.deep(t.call(function (raz) {}), { args: 'raz', body: '' }); a.deep(t.call(function () { Object(); }), { args: '', body: ' Object(); ' }); };
Version data entries
29 entries across 19 versions & 7 rubygems