https://github.com/developertariq/own-enumerable
https://github.com/developertariq/own-enumerable
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developertariq/own-enumerable
- Owner: developertariq
- License: mit
- Created: 2023-03-02T14:59:55.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-03T13:08:52.000Z (over 3 years ago)
- Last Synced: 2025-06-08T00:09:39.585Z (about 1 year ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Enumerable
# π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [π \[Enumerable\] ](#-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)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [π License ](#-license-)
**Enumerable** is a tutorial on how to create a functionalities in ruby
In this project you will learn how to use a module inside your class. For this you will create a class MyList and a module MyEnumerable. Your module MyEnumerable will implement a subset of the functionality of Enumerable.
Server
- **Decode morse message**
- Live demo is not available.
To get a local copy up and running, follow these steps.
### Prerequisites
1. Before you go ahead with this Ruby tutorial, please make sure you have:
- Basic understanding of basic Ruby concepts.
- Ruby fundamentals (classes, modules, blocks, etc).
2. [Ruby](https://rubyinstaller.org/downloads/) are installed. Here are the versions I'll be using while making this tutorial:
```shell
$ ruby --version
ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [x64-mingw-ucrt]
```
> Installing ruby add the command to the systemβ`irb` which we'll be using while making this tutorial.
3. [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) is installed. Here's the version I'll be using while making this tutorial:
```shell
$ git --version
git version 2.29.1.windows.1
```
4. A [GitHub](https://github.com/signup) account. :octocat:
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/developertariq/own-enumerable.git
```
> Mention all of the collaborators of this project.
π€ **Tsohle Mokhemisi**
- GitHub: [@githubhandle](https://github.com/tsohledev)
- Twitter: [@twitterhandle](https://twitter.com/Realtsohle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/tsohle)
π€ **Md Tariq-ul Islam**
- GitHub: [@developertariq](https://github.com/developertariq)
- LinkedIn: [@developer-tariq](www.linkedin.com/in/developer-tariq)
- Twitter: [@developer_tariq](https://twitter.com/developer_tariq)
If you spot any bugs or issues in this activity, you can [open an issue with your proposed change](../../issues/).
If you like this project, please star the project.
We would like to thank all reviewers and testers.
This project is [MIT](./LICENSE) licensed.