Sha256: 61f50828689be102f8d4102657acc23b0dcdc60f5f2583aa8d2a6e9ee61d3581
Contents?: true
Size: 301 Bytes
Versions: 17
Compression:
Stored size: 301 Bytes
Contents
// This is to be used by "module.js" (and "module.coffee") example(s). // There should NOT be a "universe.coffee" as only 1 of the 2 would // ever be loaded unless the file extension was specified. exports.answer = 42; exports.start = function () { console.log('Starting the universe....'); }
Version data entries
17 entries across 17 versions & 2 rubygems