https://github.com/arnrdn/ruby-enumerable
https://github.com/arnrdn/ruby-enumerable
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnrdn/ruby-enumerable
- Owner: arnrdn
- License: mit
- Created: 2022-03-14T14:59:08.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-15T10:08:54.000Z (over 4 years ago)
- Last Synced: 2025-04-30T19:58:55.611Z (about 1 year ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Enumerable
> This project is made as part of Modle 4 Week 2 that demonstrates how to use a module in a class.
## Built With
- Ruby
## Prerequisites
- Ruby
## To get a local copy run the following steps:
- Open your terminal or command line
- Run "git clone paste [this link](https://github.com/rdnrn/ruby-enumerable.git)"
- Open the folder with your code editor
- Create a branch to work on
- Or open the `enumerable.rb` file in the dist directory to start coding
## To get started-:
- Run `bundle install` to install the dependencies
- Run `irb` to run the code by pasting it in the terminal.
- Run `rubocop` to find and fix linters
## Author
- GitHub: [@rdnrn](https://github.com/rdnrn)
- Twitter: [@rdnrn_nana](https://twitter.com/rdnrn_nana)
- LinkedIn: [Nana Rodina](https://www.linkedin.com/in/rdnrn/)
## :handshake: Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a :star:️ if you like this project!
## :memo: License
This project is [MIT](./MIT.md) licensed.