Sha256: 02c4c6672856b4478c792b4f81ec6b6392a889c6a7bc334e014278e05220a3bd
Contents?: true
Size: 418 Bytes
Versions: 4
Compression:
Stored size: 418 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
4 entries across 4 versions & 1 rubygems