An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/thecodechaser-blueviolet)

# 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.