About This is a project where I created the functionality of the popular Ruby Enumerable using a module inside a class object.The Enumerable implements the following methods: #all? , #any? , #filter.
- Ruby
- Terminal
- IRB
- Rubocop (linters)
-To get a local copy up and running follow these simple example steps.
-In your terminal, navigate to your current directory and run this code
-Locate the directory in your file explorer
https://github.com/NATASHA-ct/Creating-an-ENUMERABLE.git
-cd our_enumerable
-Install Rubocop using... bundle install
-To run rubocop we use... rubocop .
-To autocorrect offenses with rubocop we use: rubocop --auto-correct-all or rubocop -A
-Have fun using a subset of the functionality of Enumerable within a module inside a class!
👤 Author
- GitHub: [@NATASHA-ct]((https://github.com/NATASHA-ct)
- Twitter: [@NatashaChirombe]
- LinkedIn: Natasha Chirombe
🤝 Contributing Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support Give a ⭐️ if you like this project!
Hat tip to all documentations used Inspiration etc 📝 License This project is MIT licensed.