- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Enumerable in this project we learn how to use a module inside class. For this we create a class MyList and a module MyEnumerable. Our module MyEnumerable implement a subset of the functionality of Enumerable.
Functionality
- Test a series of ruby methods
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby
Clone this repository to your desired folder:
git clone https://github.com/cilfonegabriel/enumerable.git
cd enumerable
To run the project use the following commands:
ruby mylist.rb
👤 Gabriel Cilfone
- GitHub: Gabriel Cilfone
- LinkedIn: Gabriel Cilfone
👤 Francisco Quintero
- GitHub: @HunterX-7
- Twitter: @franquin07
- LinkedIn: Francisco Quintero
- Create your own enumerable with a nice design
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you like this project feel free to give it a star.
We would like to thank Microverse for starting us in this project.
- Can I contribute to the project?
- Yes. By all means feel free to clone the repository and make your changes. (Always use a new branch)
- Can I use this application freely?
- You can use the application as long as you give credit where it is needed.
This project is MIT licensed.