- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Enumerable is a project that implements a subset of the Enumerable mixin. We implemented 3 methods which are all?, any? and filter.
Server
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd enumerable
git clone https://github.com/kaizipaul/enumerable
Install this project with:
gem install
To run the project, execute the following command:
Example command:
ruby my_list.rb
👤 Paul Kaizirege Vedasto
- GitHub: @kaizipaul
- LinkedIn: LinkedIn
👤 Samuel Lekpor
- GitHub: @Samuellekpor
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Michael Oguntayo
- GitHub: @oguntayomichael
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
-
Do I have to have any previous knowledge about ruby to use this project?
- No!
-
How to use this project?
- check the Getting Started section to have a complete guid on how to setup and run teh project.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.