crystal_on_steroids
crystal_on_steroids copied to clipboard
List of methods to be implemented
Listing out the methods that is pending to be implemented. Methods information taken from ActiveSupport - core_ext
- [x] Array#in_groups
- [x] Array#from
- [x] Array#to
- [x] Array#without
- [ ] Array#wrap
- [ ] Array#
Thanks!, I'll include them eventually.
@werner I would like to help out with them as well, I am going to list them all here so that we can keep track of it.
Array#slice and Array#take they are not from activesupport but I feel it would be good to have.
Yes!, I agree, I want this shard not to be an Active Support exact clone, instead a group of methods that can be useful to anyone, recently I discovered a gem that functions in the way I want: https://github.com/bbatsov/powerpack