- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
[Ruby Enumerables] is a Ruby application that has methods to filter and check some conditions in an array.
IRB
- [Array Filtering]
- [Check condition on all items in an array]
- [Check condition on some items in an array]
- Coming soon
To get a local copy up and running, follow these steps.
In order to run this project you need:
Example command:
gem install railsClone this repository to your desired folder:
Example commands:
cd my-folder
git clone https://github.com/simplegoose/ruby-enumerables.gitInstall this project with:
Example command:
cd ruby-enumerables
gem installTo run the project, execute the following command:
Example command:
rails serverTo run tests, run the following command:
Example command:
bin/rails test test/models/article_test.rbYou can deploy this project using:
👤 Simplegoose
- GitHub: @simplegoose
- LinkedIn: LinkedIn
👤 Vanessa Oliveros Padron
- GitHub: @vvoo21
- Twitter: @vaneoliverosp
- LinkedIn: vaneoliverosp
- [Create interactive client]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project leave a star on this project.
I would like to thank Microverse
This project is MIT licensed.
