In this project we built how to use a module inside your class. For this you will create a class MyList and a module MyEnumerable
Ruby
To get a local copy up and running follow these simple example steps.
Install
In your terminal, navigate to your current directory and
run this code
git clone https://github.com/zmekonnen251//Enumerable.git
Locate the directory in your file explorer
cd Enumerable
Install Rubocop
bundle install
Run Linters:
To run rubocop
we use: rubocop
To autocorrect offenses with rubocop
we use: rubocop --auto-correct-all
or rubocop -A
Built With - Ruby - Terminal - IRB - Rubocop (linters)
👤 Zelalem Mekonnen
- GitHub: GitHub
- Twitter: Twitter
- LinkedIn: Zelalem G. Mekonnen
👤 Eshetu Melaku
- GitHub: @Melaku05
- Twitter: @Melaku05
- LinkedIn: melaku-eshetu
👤 Sodiq Aderibigbe
- GitHub: @deyemiobaa
- Twitter: @deyemiobaa
- LinkedIn: Sodiq Aderibigbe
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.