List of methods to be implemented
Opened this issue · 4 comments
coderhs commented
Listing out the methods that is pending to be implemented. Methods information taken from ActiveSupport
- core_ext
- Array#in_groups
- Array#from
- Array#to
- Array#without
- Array#wrap
- Array#
werner commented
Thanks!, I'll include them eventually.
coderhs commented
@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.
coderhs commented
Array#slice and Array#take they are not from activesupport but I feel it would be good to have.
werner commented
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