werner/crystal_on_steroids

List of methods to be implemented

Opened this issue · 4 comments

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#

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