https://github.com/said-laasri/enumerable
In this project we are asked to create an enumerable object from scratch in Ruby.
https://github.com/said-laasri/enumerable
rubocop ruby ruby-gem
Last synced: over 1 year ago
JSON representation
In this project we are asked to create an enumerable object from scratch in Ruby.
- Host: GitHub
- URL: https://github.com/said-laasri/enumerable
- Owner: Said-laasri
- License: mit
- Created: 2022-09-22T11:52:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T06:47:15.000Z (almost 4 years ago)
- Last Synced: 2025-02-02T01:30:04.959Z (over 1 year ago)
- Topics: rubocop, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ENUMERABLE OBJECT IN RUBY
In this project we are asked to create an enumerable object from scratch in Ruby.
## Built with
> Ruby
## Get Started
To get a local copy of this program, Please follow these simple example steps.
1. Open Git Bash.
2. Change the current working directory to the location where you want the cloned directory.
Ex: `C:User\your computer name\ cd <>`
3. Copy/Paste this command : `git clone https://github.com/Said-laasri/enumerable.git`
then press Enter
4. Run this command `code .` to open this folder in VScode
5. Open terminal and run this command `ruby class.rb`
## Author
👤 **Esi Ogagaoghene**
- GitHub: [@ogagaoghene](https://github.com/ogagaoghene)
- Twitter: [@esi_ogaga](https://twitter.com/esi_ogaga)
- LinkedIn: [ogagaoghene-esi-](https://linkedin.com/in/ogagaoghene-esi-)
👤 **Said laasri**
- GitHub: [@Said-laasri](https://github.com/Said-laasri)
- Twitter: [@saidlaasr](https://twitter.com/saidlaasr)
- LinkedIn: [SAID LAASRI](https://www.linkedin.com/in/said-laasri-8a4367172/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc