crystal_on_steroids icon indicating copy to clipboard operation
crystal_on_steroids copied to clipboard

List of methods to be implemented

Open coderhs opened this issue 8 years ago • 4 comments

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#

coderhs avatar Oct 21 '17 23:10 coderhs

Thanks!, I'll include them eventually.

werner avatar Oct 22 '17 01:10 werner

@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 avatar Oct 22 '17 01:10 coderhs

Array#slice and Array#take they are not from activesupport but I feel it would be good to have.

coderhs avatar Oct 24 '17 23:10 coderhs

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

werner avatar Oct 25 '17 11:10 werner