Sha256: 4ddb202944fd4e556edc68107b1a1f33dd25f1910876d2bf04eb5a58ae060c9d
Contents?: true
Size: 105 Bytes
Versions: 111
Compression:
Stored size: 105 Bytes
Contents
'use strict' module.exports = function spin (spinstr, spun) { return spinstr[spun % spinstr.length] }
Version data entries
111 entries across 78 versions & 17 rubygems