Sha256: d15c9a1760462b4c52730c19161039b8dc6f549fa608b411a29290d1c00ac20b
Contents?: true
Size: 216 Bytes
Versions: 42
Compression:
Stored size: 216 Bytes
Contents
var console = { history: [] }; ['error', 'log', 'info', 'warn'].forEach(function (fn) { console[fn] = function () { console.history.push({level: fn, arguments: Array.prototype.slice.call(arguments)}); }; });
Version data entries
42 entries across 42 versions & 1 rubygems