Sha256: ad16aeac547e50a55f76c3ee571ca143499257daa6143ff8a0f5d58ffc7b6e43
Contents?: true
Size: 216 Bytes
Versions: 10
Compression:
Stored size: 216 Bytes
Contents
exports.compileFormat = function(strings) { // basically, the strings is like a simplified form of JSON. // We should probably replace this with a real parser at some point. return "return {"+strings+"};"; };
Version data entries
10 entries across 10 versions & 2 rubygems