https://github.com/thecodechaser/my-ruby-enumerable
In this project I learned how to use a module inside a class. For this I created a class MyList and a module MyEnumerable. Our module MyEnumerable implemented a subset of the functionality of Ruby's in-built Enumerable.
https://github.com/thecodechaser/my-ruby-enumerable
ruby
Last synced: 11 months ago
JSON representation
In this project I learned how to use a module inside a class. For this I created a class MyList and a module MyEnumerable. Our module MyEnumerable implemented a subset of the functionality of Ruby's in-built Enumerable.
- Host: GitHub
- URL: https://github.com/thecodechaser/my-ruby-enumerable
- Owner: thecodechaser
- License: mit
- Created: 2022-02-27T12:43:00.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-02-27T12:54:49.000Z (about 4 years ago)
- Last Synced: 2025-03-30T08:12:16.096Z (12 months ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# My_Ruby_Enumerable
> In this project I learned how to use a module inside a class. For this I created a class MyList and a module MyEnumerable. Our module MyEnumerable implemented a subset of the functionality of Ruby's in-built Enumerable.
## Built With
- Major languages (Ruby)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
### Install
- Ruby
### Using it Locally
- Clone the project
```bash
git clone git@github.com:thecodechaser/my-ruby-enumerable.git
cd my-ruby-enumerable
```
- To Start the programs
```bash
open terminal
run the command $irb (interactive ruby shell)
run the program functions
```
OR
```bash
open terminal
run ruby my_list.rb
```
## Authors
👤 **Ranjeet Singh**
- GitHub: [@thecodechaser](https://github.com/thecodechaser)
- Twitter: [@thecodechaser](https://twitter.com/thecodechaser)
- LinkedIn: [thecodechaser](https://linkedin.com/in/thecodechaser)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/thecodechaser/my-ruby-enumerable/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration: Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.