Sha256: 43fdd06d62251873744fe37dfc3565d2e1e39ab15f7061dd579a9f4a27d5026e
Contents?: true
Size: 668 Bytes
Versions: 1
Compression:
Stored size: 668 Bytes
Contents
## A gem extending Ruby's array with useful 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` * `not_in?` ## 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.3 | README.md |