Sha256: 7b241dbfd8d77cacd4320f04eb7a377bef482f2600b23b676439d976cb57d791
Contents?: true
Size: 122 Bytes
Versions: 7
Compression:
Stored size: 122 Bytes
Contents
var Person = function(name){ this.name = name; }; Person.prototype.toJSON = function() { return '-' + this.name; };
Version data entries
7 entries across 7 versions & 3 rubygems