Sha256: da5b85f377f158aff77693e88748ba8988f5f36f0bd26c1fb858d28aa553f24a
Contents?: true
Size: 248 Bytes
Versions: 31
Compression:
Stored size: 248 Bytes
Contents
<% if @debug %> kern_log_stdout = []; function kern_log(str) { kern_log_stdout.push(str); } function kern_log_json(json) { //We don't want to capture a reference kern_log_stdout.push( JSON.parse(JSON.stringify(json)) ); } <% end %>
Version data entries
31 entries across 31 versions & 1 rubygems