- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
In this project you will learn how to use a module inside your class. For this you will create a class MyList and a module MyEnumerable. Your module MyEnumerable will implement a subset of the functionality of Enumerable.
- Implementation of certain features of the Enumerable mixin from Ruby
- Implements all? method
- Implements any? method
- Implements filter method
- Not available
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
- cd my-folder
- git clone https://github.com/MMGGYY66/my-enumerable.git
Install this project with:
- bundle install
To run the project, execute the following command:
- ruby list.rb
👤 Mohamed Gamil Eldimardash
- GitHub: @github
- LinkedIn: LinkedIn
- Twitter: twitter
- Facebook: facebook
- StackOverflow: stackoverflow
👤 Lucas Comamala
- GitHub: @lucascomamala
- LinkedIn: Lucas Comamala
- Implement more methods from Enum
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give this repo a star and reach out on our social media, and we will be happy to know about it! 😃
I would like to thank the Microverse team for their invaluable resources
This project is MIT licensed.