https://github.com/tsheporamantso/my_enumerable
This is a app that takes a defined list of characters, strings, numbers or arrarys and performs some enumerable functions on them. The methods are defined in the module and used within the class.
https://github.com/tsheporamantso/my_enumerable
Last synced: 7 months ago
JSON representation
This is a app that takes a defined list of characters, strings, numbers or arrarys and performs some enumerable functions on them. The methods are defined in the module and used within the class.
- Host: GitHub
- URL: https://github.com/tsheporamantso/my_enumerable
- Owner: tsheporamantso
- License: mit
- Created: 2023-08-24T08:52:10.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-24T15:18:14.000Z (about 2 years ago)
- Last Synced: 2025-01-19T23:33:25.903Z (9 months ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My_Enumerable
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 MyEnumerable ](#-myenumerable-)
- [🛠 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)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**My Enumerable** This is a app that takes a defined list of characters, strings, numbers or arrarys and performs some enumerable functions on them. The methods are defined in the module and used within the class.
Server
- implement a subset of the functionality of Enumerable.
- implement a method #each that yields successive members of @list and uses the MyEnumerable module.
- Create a module MyEnumerable that implements the following methods
- #all?
- #any?
- #filter
- Not live yet
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install ruby using [link](https://www.ruby-lang.org/en/documentation/installation/#apt)
### Setup
Clone this repository to your desired folder:
```sh
mkdir folder_name
cd folder_name
git clone git@github.com:tsheporamantso/my_enumerable.git
```
### Install
Install this project with:
```sh
bundle install
```
### Usage
To run the project, execute the following command:
run the result on the terminal through:
```sh
ruby my_list_class.rb
```
### Run tests
No tests available.
### Deployment
Not deployed
👤 **Gladwin Tshepo Ramantso**
- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)
👤 **Fickry Bil Iman**
- GitHub: [@fickryiman](https://github.com/fickryiman)
- Facebook: [@fickry.bil.iman](https://web.facebook.com/fickry.bil.iman?_rdc=1&_rdr)
- LinkedIn: [fickry-bil-iman](https://www.linkedin.com/in/fickry-bil-iman/)
- [ ] **Webpage**
- [ ] **Add UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tsheporamantso/my_enumerable/issues).
If you like this project please give a star on [github](https://github.com/tsheporamantso) & follow us on [twitter](https://twitter.com/ramgt001) and also connect on [Linkedin](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/).
I would like to thank:
- [ ] **Microverse and all the staff**
- [ ] **Microverse Communinity**
- [ ] **Thanks to my coding Partners**
- [ ] **Thanks to my Morning-Session-Group and Standup-Team Partners and**
- [ ] **Thanks to Code Reviewers**
This project is [MIT](LICENSE) licensed.