Sha256: c9956bbb84948451790d6bf456594feefa2710bb299f397bd9c2762d0dff6870
Contents?: true
Size: 673 Bytes
Versions: 1
Compression:
Stored size: 673 Bytes
Contents
## Responsibly extends Ruby's Array with simple and predictable utilities. [](https://badge.fury.io/rb/array-tweaks) [](https://travis-ci.org/yivo/array-tweaks) ## Current features * `drop_last` * `drop_last!` * `each_with_index_and_size` * `each_after` * `map_key` ## Installing gem Add to your Gemfile: ```ruby gem 'array-tweaks', '~> 1.0' ``` ## Running tests Install bundler: ```bash gem install bundler ``` Install dependencies: ```bash cd array-tweaks && bundle ``` Run tests: ```bash cd array-tweaks && bundle exec rake test ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
array-tweaks-1.0.1 | README.md |