Sha256: fee43bdf587d113c1379847e12ceefa70176441db873c99deb4ce26b4c389b2c
Contents?: true
Size: 340 Bytes
Versions: 71
Compression:
Stored size: 340 Bytes
Contents
/** @constructor */ function LibraryItem() { this.reserve = function() { } } /** @constructor */ function Junkmail() { this.annoy = function() { } } /** @inherits Junkmail.prototype.annoy as pester @augments ThreeColumnPage @augments LibraryItem @constructor */ function NewsletterPage() { this.getHeadline = function() { } }
Version data entries
71 entries across 71 versions & 2 rubygems