Sha256: 12aee67619c3508a85cfc7f7c4a99805b36067b6fa2022dacc1c90ce98f0448a
Contents?: true
Size: 274 Bytes
Versions: 29
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
29 entries across 19 versions & 7 rubygems