Sha256: 3ae2eb5568665b2c97d758958b2c6237d45a0e5868d43fe5b13433929f0052c9
Contents?: true
Size: 274 Bytes
Versions: 47
Compression:
Stored size: 274 Bytes
Contents
// Inspired by Google Closure: // http://closure-library.googlecode.com/svn/docs/ // closure_goog_array_array.js.html#goog.array.clear "use strict"; var value = require("../../object/valid-value"); module.exports = function () { value(this).length = 0; return this; };
Version data entries
47 entries across 47 versions & 3 rubygems