Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufyusie/enumerable
In this project I learned how to use a module inside my class. For this I will create a class MyList and a module MyEnumerable. My module MyEnumerable will implement a subset of the functionality of Enumerable.
https://github.com/yusufyusie/enumerable
basic-programming ruby ruby-style-guide
Last synced: 7 days ago
JSON representation
In this project I learned how to use a module inside my class. For this I will create a class MyList and a module MyEnumerable. My module MyEnumerable will implement a subset of the functionality of Enumerable.
- Host: GitHub
- URL: https://github.com/yusufyusie/enumerable
- Owner: yusufyusie
- License: mit
- Created: 2023-10-13T22:04:39.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-14T07:20:04.000Z (over 1 year ago)
- Last Synced: 2024-11-15T06:30:58.926Z (2 months ago)
- Topics: basic-programming, ruby, ruby-style-guide
- Language: Ruby
- Homepage:
- Size: 9.77 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
- [Enumerable](#enumerable)
- [π Table of Contents](#-table-of-contents)
- [π― Create own Enumerable](#-create-own-enumerable)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π Live Demo ](#-live-demo-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [π Show your support ](#-show-your-support-)
- [πAcknowledgments ](#acknowledgments-)
- [β FAQ ](#-faq-)
- [π License ](#-license-)In this project we learn how to use a module inside class. For this I create a class MyList and a module MyEnumerable. My module MyEnumerable implement a subset of the functionality of Enumerable.
Technology
- Ruby
Tools
- VS Code code editor
- GIT
- GITHUB
This project is a simple spaces travelers hub. The main features are:
- **Recreate all? enumerable**
- **Recreate any? enumerable**
- **Recreate filter enumerable**
Sorry, Currently no active link available.
To get a local copy up and running follow these simple example steps.
### Prerequisites
you have to those tools in your local machine.
- [ ] NPM
- [ ] GIT & GITHUB
- [ ] Any Code Editor (VS Code, Brackets, etc)
### Setup
Clone this repository to your desired folder:
- Create a local directory where you can clone the project
- Clone the project to your directory by running
```bash
git clone https://github.com/yusufyusie/Enumerable.git
```
Go to the project directory.
```bash
cd Enumerable
```
In the project directory, you can run:
```bash
ruby mylist.rb
```
Runs the app in the terminal.
### Install
Install this project with:
- Ruby
**Yesuf Fenta**
- GitHub: [@yusufyusie](https://github.com/yusufyusie)
- Twitter: [@yusufyusiee](https://twitter.com/yusufyusiee)
- LinkedIn: [yusufyusie](https://www.linkedin.com/in/yusufyusie/)
- [ ] **More enumarable features**
- [ ] **We will implement Select Enumerable**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a βοΈ if you like this project!
- I would like to thank **My Family**.
- I would like to thank [Microverse Team](https://www.microverse.org/) for the great resources shared.
- I also would like to thank [Houda Mzari](https://github.com/houdamzari) for all her help with linters setup
- **Are you using database?**
- No, I am not using any database.
- **Can I use this project for personal use?**
- Yes, you can use it.
This project is [MIT](./LICENSE) licensed.