https://github.com/julie-ify/my_enumerable_ruby
https://github.com/julie-ify/my_enumerable_ruby
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/julie-ify/my_enumerable_ruby
- Owner: julie-ify
- Created: 2021-11-03T12:50:56.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-11-03T15:51:20.000Z (over 3 years ago)
- Last Synced: 2025-01-03T10:11:53.092Z (6 months ago)
- Language: Ruby
- Size: 37.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Enumerable
Create a class `MyList` and a module `MyEnumerable` which will implement a subset of the functionality of [Enumerable](https://ruby-doc.org/core-3.0.0/Enumerable.html).
## Result from running the methods

# Built with
- Ruby
# Installation
Clone the repo and run `bundle install` in the command line to install the dependencies, then run `MyList.rb`
## Authors
👤 **Juliana Ifionu**
- GitHub: [@julie-ify](https://github.com/julie-ify)
- LinkedIn: [Juliana Ifionu](https://linkedin.com/in/e-ifionu)👤 **Robert Baiesita**
- GitHub: [@ReshyResh](https://github.com/ReshyResh)
- LinkedIn: [Robert Baiesita](https://linkedin.com/in/ReshyResh)👤 **Daniel M. Matongo**
- GitHub: [@mmatongo](https://github.com/mmatongo)
- LinkedIn: [Daniel M. Matongo](https://linkedin.com/in/mmatongo)# 🤝 Contributing
Feel free to check the [issues page](https://github.com/julie-ify/my_enumerable_ruby/issues).