https://github.com/kanzatahreem/enumerable
In this project, we learned to use a module inside a class.
https://github.com/kanzatahreem/enumerable
enumerable module ruby
Last synced: about 1 month ago
JSON representation
In this project, we learned to use a module inside a class.
- Host: GitHub
- URL: https://github.com/kanzatahreem/enumerable
- Owner: KanzaTahreem
- License: mit
- Created: 2022-12-15T19:35:19.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-30T18:50:21.000Z (over 3 years ago)
- Last Synced: 2025-01-08T22:38:16.892Z (over 1 year ago)
- Topics: enumerable, module, ruby
- Language: Ruby
- Homepage:
- Size: 11.7 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
- [📗 Table of Contents](#-table-of-contents)
- [📖 Enumerable ](#-enumerable-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage ](#usage-)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)
# 📖 Enumerable
In this project, we learned to use a module inside a class. For this we created a class `MyList` and a module `MyEnumerable`. Our module `MyEnumerable` implement a subset of the functionality of [Enumerable](https://ruby-doc.org/core-3.0.0/Enumerable.html).
## 🛠 Built With
Client
- Use a module inside a class
- implement a subset of the functionality of [Enumerable](https://ruby-doc.org/core-3.0.0/Enumerable.html)
### Prerequisites
In order to run this project you need:
- [Ruby](https://www.ruby-lang.org/en/) installed and running. To get more information, read the [installation instructions](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md).
- You should be able to use [IRB](https://en.wikipedia.org/wiki/Ruby_(programming_language)#Features).
### Setup
Clone this repository to your desired folder:
```
git clone git@github.com:KanzaTahreem/Enumerable.git
cd Enumerable
```
### Install
Install thr project dependencies with:
```
bundle install
```
To run the project, execute the following command:
```
ruby my_list.rb
```
- GitHub: [@KanzaTahreem](https://github.com/KanzaTahreem)
- Twitter: [@kanza_tahreem](https://twitter.com/kanza_tahreem)
- LinkedIn: [Kanza Tahreem](https://www.linkedin.com/in/kanza-tahreem/)
👤 Author 2
- GitHub: [@camilovelag](https://github.com/camilovelag)
- Twitter: [@camilovelag](https://twitter.com/camilovelag)
- LinkedIn: [camilovelag](https://linkedin.com/in/camilovelag)
- Add more enumerable methods to the module
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/KanzaTahreem/Enumerable/issues).
If you like this project and want to support me make cooler projects Give this project a Star.
This project is [MIT](./LICENSE) licensed.