erable
v0.0.1
Published
Rails's Enumerable methods strictly typed
Downloads
3
Readme
Enumerable
Description
Implement strictly typed versions of some of Ruby's (and Rails's) methods on Enumerabless with unit tests.
TODO
- [x]
index_with,index_by - [x]
pick - [x]
pluck - [x]
sum - [x]
including - [x]
without - [ ] ...
References
- https://api.rubyonrails.org/classes/Enumerable.html
- https://ruby-doc.org/core-3.0.0/Enumerable.html
