amita-roy / Enumerable_Methods

In this project, We have implemented our own version of Ruby’s enumerable methods.
3 stars 1 forks source link

Working Branch for Enumerable Methods #1

Closed amita-roy closed 4 years ago

amita-roy commented 4 years ago

Created followed methods

my_each, a method that is identical to #each but (obviously) does not use #each and returns the same thing as #each as well.

my_each_with_index in the same way.

my_select

my_all?

my_any?

my_none?

my_count

my_map

my_inject

my_inject

multiply_els which multiplies all the elements of the array together by using #my_inject

my_map

lekegitrepo commented 4 years ago

Hi @Amita-Roy and @Haywhizzz :clap: :clap:

You have done a good :+1: implementing the required changes.

This project is approved.

Reviewed by Temitayo Adeleke.