- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
MyEnumerable is a module which is the collection of three methods my_all?, my_any? and my_filter that allows user to perform operations on collections without having to write explicit loops.
- Enumerable refers to a module that provides a set of methods for working with collections, such as arrays and hashes, in a flexible and convenient way.
This project is built with Ruby.
- Implement Customized module
- Implement Customized methods inside module
- Use of module inside a class
- Implement my_all? method that resembles all? method in Ruby
- Implement my_any? method that resembles any? method in Ruby
- Implement my_filter method that resembles filter method in Ruby
Not Available
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Download and Install Ruby for your OS.
Clone this repository to your desired folder:
git clone https://github.com/anita00001/enumerable.git
cd enumerable
Install this project with:
gem install
gem install rubocop
bundle install
To run the project, execute the following command:
ruby list_test_case.rb
To run Ruby static code analyzer, execute the following command:
rubocop
Not Available
👤 Anita Sharma
- GitHub: @anita00001
- LinkedIn: anitaa-sharmaa
- Twitter: @anitaa_sharmaa
👤 OMAIDU OTHNIEL
- GitHub: OMAIDU OTHNIEL
- Twitter: OMAIDU OTHNIEL
- LinkedIn: OMAIDU OTHNIEL
- Add design for User Interface
- Add tests
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/anita00001/enumerable/issues).
If you like this project, you can appreciate us by giving star ⭐
We are grateful to provide the opportunity to collaborate on this project. It has helped us to empower our knowledge on Ruby together and hence growing us as a skilled Software developer.
This project is MIT licensed.