Sha256: 70fed9aef41f3ffe7a5541dc9d6c6bd318ce3b22cb37114688ad18cbee338280
Contents?: true
Size: 170 Bytes
Versions: 29
Compression:
Stored size: 170 Bytes
Contents
'use strict'; var f = function (a, b) { return this[a] + this[b]; } , o = { a: 3, b: 4 }; module.exports = function (t, a) { a(t.call(f).call(o, ['a', 'b']), 7); };
Version data entries
29 entries across 19 versions & 7 rubygems