Sha256: d6f7a9d4c94f2311424ceed4ac8067cbf356d3c1cf6551feeea2fd9f398749d5
Contents?: true
Size: 250 Bytes
Versions: 6
Compression:
Stored size: 250 Bytes
Contents
(function() { var myScript; myScript = { init: function() { return alert('hello'); } }; myScript.init(); myScript = { init: function() { return alert('hello world'); } }; myScript.init(); }).call(this);
Version data entries
6 entries across 6 versions & 1 rubygems