Sha256: bd57f6bf8e6e6fa72b7a3a63ac88b1cd8aebf34ba07dd848d969ab42a8e8b84a
Contents?: true
Size: 187 Bytes
Versions: 71
Compression:
Stored size: 187 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
71 entries across 71 versions & 2 rubygems