Project enumerable methods

This project involved creating an algoritm for enumerable arrays such as : each, each with index , select , all , count, any, none, inject, and map.

Installation

Clone this repo open it on your favorite text editor. first, run

$ bundle 

In your terminal while at the root of the project to ensure all gem are installed.

Using the methods

There are already some examples of code how to use the methods in the

bin/main 

and a default array.

arr = [3, 2, -2, 6, 11, 4]

To start it just run:

ruby bin/main

You can change code in the bin/main on your own to test the result in the console.

Author

Certil Remy: Git hub , Twitter

Contributors

You're welcome just follow the github flow and send pull request.