Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmoseka/enumerable
How to use a module inside class
https://github.com/jmoseka/enumerable
ruby
Last synced: 16 days ago
JSON representation
How to use a module inside class
- Host: GitHub
- URL: https://github.com/jmoseka/enumerable
- Owner: jmoseka
- License: mit
- Created: 2022-07-14T18:40:30.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-15T16:17:03.000Z (over 2 years ago)
- Last Synced: 2023-03-11T20:22:21.387Z (almost 2 years ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create an Enumerable
> This project uses ruby to implement an enumerable mixin.
## Setup
- Install Ruby in local environment.
- Run a program using command line.## Prerequisites
- Understand Ruby basic syntax
- No linter errors.### Project requirements
- use ruby to implement an enumerable mixin.
- Make sure that your code is DRY.
### Getting Started
To view the morse code;
a) Clone the project
```terminal
[email protected]:jmoseka/Enumerable.git
```
b) View the folder
- cd into the project directory```terminal
cd enumerable.git
```- **Congrats!** you can now run ruby application on your computer
## Authors
## Author 1:
👤 **Jamila Moseka**
- GitHub: [@jmoseka](https://github.com/jmoseka)
- Twitter: [@milamoseka](https://twitter.com/milamoseka)
- LinkedIn: [jamila-moseka](https://linkedin.com/in/jamila-moseka)## Author 2:
👤 **Brian Nyachae**- GitHub: [@githubBria222](https://github.com/Bria222)
- Twitter: [@briannyachae9](https://twitter.com/briannyachae9)
- LinkedIn: [Brian-Nyachae](https://linkedin.com/in/brian-nyachae)## Author 3:
👤 **Hammed Adisa**- GitHub: [@AbuRayhaan](https://github.com/aburayhaan)
- Twitter: [@ayinla2011](https://twitter.com/Ayinla2011)
- LinkedIn: [Hammed Adisa](https://linkedin.com/in/hammed-adisa)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](https://github.com/jmoseka/decode-morse-code/blob/decode-morse-code/LICENSE) is licensed.