https://github.com/mailsg/enumerable
Ruby : Enumerable and Modules
https://github.com/mailsg/enumerable
Last synced: over 1 year ago
JSON representation
Ruby : Enumerable and Modules
- Host: GitHub
- URL: https://github.com/mailsg/enumerable
- Owner: mailsg
- License: mit
- Created: 2023-07-27T06:28:59.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-07-27T10:44:10.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T08:49:56.484Z (over 1 year ago)
- Language: Ruby
- Size: 550 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Enumerable** is a project to learn how to use a module inside a class. For this you will create a class `MyList` and a module `MyEnumerable`. Module `MyEnumerable` will implement a subset of the functionality of **Enumerable**.
Ruby
- **Use Ruby syntax for basic programming operations.**
- **Apply Ruby best practices and language style guides in code.**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- IRB (Interactive Ruby)
### Setup
Clone this repository to your desired folder:
```sh
git clone git@github.com:mailsg/Enumerable.git
cd Enumerable
```
### Install
Install dependencies for this project with:
```sh
cd my-project
bundle install
```
### Usage
To run the project, execute the following command:
```sh
ruby Enumerable.rb
```
> Mention all of the collaborators of this project.
👤 **Sandeep Ghosh**
- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [Sandeep Ghosh](https://linkedin.com/in/sandeep0912/)
👤 **Phelelani Ndlovu**
- GitHub: [@techmoves](https://github.com/techmoves)
- LinkedIn: [Phelelani Ndlovu](https://linkedin.com/in/phelelani-ndlovu)
- Adding more methods to the module
- Adding more methods to the class
- Adding more tests
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a ⭐️. Your support is greatly appreciated!
I would like to thank Microverse for this opportunity that they are giving us.
This project is [MIT](./LICENSE) licensed.