https://github.com/marcraphael12/ruby-numerable
In this project we learn how to use a module inside a class. For this we create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.
https://github.com/marcraphael12/ruby-numerable
Last synced: about 1 year ago
JSON representation
In this project we learn how to use a module inside a class. For this we create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.
- Host: GitHub
- URL: https://github.com/marcraphael12/ruby-numerable
- Owner: Marcraphael12
- License: mit
- Created: 2023-04-13T10:57:11.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-13T13:10:17.000Z (about 3 years ago)
- Last Synced: 2025-02-07T23:51:59.898Z (over 1 year ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
**Enumerable** In this project we learn how to use a module inside a class. For this we create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.
Ruby
- **implement a subset of the functionality of Enumerable.**
Click on the link to view the Art Summit website.
- [Coming Soon]()
- Clone this repo
```bash
git clone https://github.com/Marcraphael12/ruby-numerable
```
- On the command line, at the project's root, run `bundle install` to install app dependencies
👤 **Shaaibu Suleiman**
- GitHub: [@githubhandle](https://github.com/shaaibu7)
- Twitter: [@twitterhandle](https://twitter.com/SuleimanShaaibu?t=EAqVJrP59poEb2W46kK9vg&s=09)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/shaaibu-suleiman-119271206)
👤 **Mladan Ilic**
- GitHub: [@Ilic](https://github.com/djo1975)
- Twitter: [@Ilic](https://twitter.com/MladanIlic)
- LinkedIn: [@Ilic] (https://www.linkedin.com/in/mladanilic/)
👤 **Marc Raphael**
- GitHub: [@Marcraphael12](https://github.com/Marcraphael12)
- Twitter: [@Marcraphael20](https://twitter.com/MarcRaphael20)
- LinkedIn: [Marc raphael](http://www.linkedin.com/in/marc-raphael-326039204)
- [ ] **Decode messages written in different encrypting techniques**
Contributions, issues, and feature requests are welcome!
If you like this project kindly show your support or make a contribution to it.
I would like to acknowledge the entire Microverse community for the help provided while building this project.
This project is [License](./LICENSE) licensed.