- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Enumerable is a project to learn how to use a module inside a class. For this you will create a class MyList and a module MyEnumerable. Module MyEnumerable will implement a subset of the functionality of Enumerable.
Ruby
- Use Ruby syntax for basic programming operations.
- Apply Ruby best practices and language style guides in code.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- IRB (Interactive Ruby)
Clone this repository to your desired folder:
git clone [email protected]:mailsg/Enumerable.git
cd EnumerableInstall dependencies for this project with:
cd my-project
bundle installTo run the project, execute the following command:
ruby Enumerable.rbMention all of the collaborators of this project.
👤 Sandeep Ghosh
- GitHub: @mailsg
- LinkedIn: Sandeep Ghosh
👤 Phelelani Ndlovu
- GitHub: @techmoves
- LinkedIn: Phelelani Ndlovu
- Adding more methods to the module
- Adding more methods to the class
- Adding more tests
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a ⭐️. Your support is greatly appreciated!
I would like to thank Microverse for this opportunity that they are giving us.
This project is MIT licensed.