Sha256: 1b6bec495231e222f7ba42e55f251b7cb350434423b40bc1de019012d3145890
Contents?: true
Size: 394 Bytes
Versions: 34
Compression:
Stored size: 394 Bytes
Contents
data: | # comment thing = { test: -> { if(undefined) { "test" } elsif(null) { "um" } else { "hello" } } } thing.test() compiled: | var thing; thing = { "test": function() { if(undefined) { "test"; } else if(null) { "um"; } else { "hello"; }; } }; thing.test();
Version data entries
34 entries across 34 versions & 1 rubygems