Sha256: 1e6cd6bfba7569d33eba77e6fb5cdc0da5ef6311b533d5a3665d9eb8c3331700
Contents?: true
Size: 287 Bytes
Versions: 30
Compression:
Stored size: 287 Bytes
Contents
%x{ Opal.exit = function(code) { // You can't exit from the browser. // The first call to Opal.exit should save an exit code. // All next invocations must be ignored. if (typeof(window.OPAL_EXIT_CODE) === "undefined") { window.OPAL_EXIT_CODE = code; } } }
Version data entries
30 entries across 30 versions & 1 rubygems