Sha256: 36524615f33bef780502511ba63a1704a82ef409539c7b5c310cfba37111fa40
Contents?: true
Size: 203 Bytes
Versions: 105
Compression:
Stored size: 203 Bytes
Contents
var TwoFer = function () {}; TwoFer.prototype.twoFer = function (who) { if (who) { return 'One for ' + who + ', one for me.'; } return 'One for you, one for me.'; }; module.exports = TwoFer;
Version data entries
105 entries across 105 versions & 1 rubygems