Sha256: beccf92cf0587a2c490ee981b57c4e210bee03a606a937f9be00f700498fca1d
Contents?: true
Size: 241 Bytes
Versions: 19
Compression:
Stored size: 241 Bytes
Contents
module.exports = function() { var result = {}; for (var prop in this) { if (!this.hasOwnProperty(prop) || prop.match(/^(?:include|contains|reverse|join|map|wrap)$/)) continue; result[prop] = this[prop]; } return result; };
Version data entries
19 entries across 19 versions & 1 rubygems