- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
ENUMERABLE aims to create a module that includes methods similar to original Enumerable all , any and filter methods. Also create class to call the MYEnumerable module and use it to create new list and get solutions for the numerous problems.
To successfully create module and classes using ruby.
- create module methods - all? , any ? , filter
- create class include module methods - each
Ruby
Ruby
To get started with enumerable, follow these steps:
Ensure you have the following installed:
- Ruby programming language
- IRB (Interactive Ruby)
-
Clone this repository to your local machine: git clone https://github.com/yashodhicy/Enumerable.git
-
Open your terminal and navigate to the project directory: cd enumerable
-
Run IRB to access the Ruby interactive console: irb
-
Load the mylist.rb file in IRB
👤 Yashodhi Chathurangi
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Enning Festus
- GitHub: @Enning94
- Twitter: @nana_akyerefi
- LinkedIn: Enning Festus
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give it a star, and if you would love to tell me ways to improve it, contact me on LinkedIn or Twitter. It will be a pleasure to hear from you.
I would like to thank Microverse (microverse.org) for providing the resources and the knowledge to work on projects like this.
- How do I install Ruby?
You can download the latest version of Ruby from the official website: https://www.ruby-lang.org/en/downloads/
-Where can I learn the basics of Ruby?
Check out the Ruby documentation and tutorials at https://www.ruby-lang.org/en/documentation/ and https://www.ruby-lang.org/en/documentation/quickstart/
This project is MIT licensed.