Responsibly extends Ruby's Array with simple and predictable utilities.
Current features
drop_lastdrop_last!each_with_index_and_sizeeach_aftermap_key
Installing gem
Add to your Gemfile:
gem 'array-tweaks', '~> 1.0'
Running tests
Install bundler:
gem install bundler
Install dependencies:
cd array-tweaks && bundle
Run tests:
cd array-tweaks && bundle exec rake test