https://github.com/eccb7/enumerable
https://github.com/eccb7/enumerable
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eccb7/enumerable
- Owner: Eccb7
- License: mit
- Created: 2023-09-08T06:41:01.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-08T12:03:56.000Z (over 1 year ago)
- Last Synced: 2025-02-02T02:48:01.763Z (3 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Enumerables Project
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)**Enumerables Project** is a Ruby project that demonstrates the implementation of enumerable methods similar to those in Ruby's Enumerable module.
Language
- **Enumeration Methods**: Implement custom enumeration methods such as `all?`, `any?`, and `filter`.
- **Object-Oriented**: Utilize object-oriented programming principles to create a class and module for the project.
- **Testing**: Verify the solution with provided test cases.
To get started with the Enumerables Project, follow these steps:
Before you begin, ensure you have Ruby installed on your system. You can check if Ruby is installed by running the following command in your terminal:
```sh
ruby -v
```
Example commands:
```sh
cd my-folder
git clone https://github.com/Eccb7/ruby-morse-decoder
```
-
### Install
Example command:
```sh
cd ruby-morse-decoder
```
Example command:
```sh
ruby morse_decoder.rb ".- -... --- -..- ..-. ..- .-.. .-.. --- ..-. .-. ..- -... .. . ..."
👤 **Ojwang Briton**
- GitHub: [@Eccb7](https://github.com/Eccb7)
- Twitter: [@briton_otieno4](https://twitter.com/briton_otieno4)
- LinkedIn: [briton-otieno](https://linkedin.com/in/briton-otieno)
:bust_in_silhouette: *Emmanuel Kipngeno*
- GitHub: [@githubhandle](https://github.com/kkmanuu)
- Twitter: [@twitterhandle](https://twitter.com/kkmanuu)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/emmanuel-kipngeno-879370242/)
## 🔭 Future Features
1. **Enhanced Enumeration**: Extend the project to include more custom enumeration methods to replicate the functionality of Ruby's Enumerable module.
2. **Documentation**: Improve code documentation and add more detailed explanations to enhance understanding.
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
## ⭐️ Show your support
If you like this project, give it a ⭐️
## 🙏 Acknowledgements
I would like to thank microverse for the support they have provided
This project is [MIT](./LICENSE) licensed.