Sha256: 99448633e2d432078c53fceae7d1bafd58eba6220d1e75c049503dd6348cf337
Contents?: true
Size: 185 Bytes
Versions: 132
Compression:
Stored size: 185 Bytes
Contents
/** the parent */ var box = {}; /** @namespace */ box.holder = {} box.holder.foo = function() { /** the counter */ this.counter = 1; } box.holder.foo(); print(box.holder.counter);
Version data entries
132 entries across 131 versions & 14 rubygems