Enumerable Methods

Rebuilding of each, each_with_index, select, all?, any?, none?, map and inject methods in Ruby.

Description

Second project of the Ruby section in Microverse technical curriculum.

Assignment link

Contributor

Contributing

  1. Fork it (https://github.com/mariobarrioss/enumerable-methods/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request