Sha256: 79b82e7f41d07d6a58964206b92aae9bdf3b057e296c61abef0ebd5d052c7c32
Contents?: true
Size: 417 Bytes
Versions: 3
Compression:
Stored size: 417 Bytes
Contents
(function(){ var _a, lyrics, num; // Econ 101 if (this.studying_economics) { while (supply > demand) { buy(); } while (supply < demand) { sell(); } } // Nursery Rhyme num = 6; lyrics = (function() { _a = []; while (num -= 1) { _a.push(num + " little monkeys, jumping on the bed. \ One fell out and bumped his head."); } return _a; }).call(this); })();
Version data entries
3 entries across 3 versions & 1 rubygems