Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bondok6/enumerable
In this project we learned how to use a module inside a class. For this we created a class `MyList` and a module `MyEnumerable`. the module MyEnumerable will implement a subset of the functionality of Enumerable.
https://github.com/bondok6/enumerable
ruby
Last synced: 14 days ago
JSON representation
In this project we learned how to use a module inside a class. For this we created a class `MyList` and a module `MyEnumerable`. the module MyEnumerable will implement a subset of the functionality of Enumerable.
- Host: GitHub
- URL: https://github.com/bondok6/enumerable
- Owner: Bondok6
- Created: 2022-03-31T16:29:19.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-04-01T09:58:11.000Z (over 2 years ago)
- Last Synced: 2024-10-10T20:51:07.595Z (27 days ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Enumerable
> In this project we learned how to use a module inside a class. For this we created a class `MyList` and a module `MyEnumerable`. the module MyEnumerable will implement a subset of the functionality of [Enumerable](https://ruby-doc.org/core-3.0.0/Enumerable.html).
## Built With
- Ruby
## Getting Started
### To launch the project locally:
#### Step 1:
- Clone this repo locally using git in the command line and the following command
```bash
> git clone [email protected]:Bondok6/Enumerable.git
```- Alternatively, you can just download the complete zip file and extract the folder in your directory
#### Step 2:
In the project directory, you can run:
```bash
> ruby list.rb
```or alternatively you can copy and paste the commands in
```bash
> irb
```## Authors
👤 **Zeeshan Haider**
- GitHub: [@zhadier](https://github.com/zhadier)
- LinkedIn: [Zeeshan Haider](https://www.linkedin.com/in/zhadier39/)👤 **Kyrillos Hany**
- GitHub: [@Bondok6](https://github.com/Bondok6)
- LinkedIn: [Kyrillos](https://www.linkedin.com/in/kyrillos-hany/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome and highly encouraged!
We feel that your input is what helps us grow so you're always Welcome :)Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
I would love to hear your thoughts and ideas 🖤## 📝 License
This project is [MIT](./MIT.md) licensed.