Enumerables

In this project we re-created some of Ruby's enumerable methods like each, all, none, count, inject and map.

MIT License

Stars
5

Enumerables

In this project we re-created some of the Ruby's enumerable methods like each, all, any, none, count, inject and map.

Built With

  • Ruby

Getting Started

  • To clone enter this command in your terminal
  • git clone https://github.com/Haroonabdulrazaq/Enumerables.git
  • cd into the project directory
  • Run git checkout -b your-branch-name e.g git checkout -b enumerables

Installation

After youve clone the repository

  • gem install rspec
  • cd Enumerables
  • rspec --init

Contributing

Contributions, issues and feature requests are welcome! Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development branch of the original project for a review

Live Demo

Author

Umair Ahmad

Haroon Abdulrazzaq

Hubert MUGABO

Show your support

Give a if you like this project!

Acknowledgments

  • Project inspired by Microverse Program
  • Project originally taken from the odin project