Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epaltechs/enumerable
In this project, we use a module inside the class. We create a class MyList and a module MyEnumerable. The module MyEnumerable implements a subset of the functionality of Enumerable.
https://github.com/epaltechs/enumerable
postgresql ruby
Last synced: 20 days ago
JSON representation
In this project, we use a module inside the class. We create a class MyList and a module MyEnumerable. The module MyEnumerable implements a subset of the functionality of Enumerable.
- Host: GitHub
- URL: https://github.com/epaltechs/enumerable
- Owner: Epaltechs
- Created: 2022-07-28T21:14:25.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-28T22:04:09.000Z (over 2 years ago)
- Last Synced: 2024-05-28T22:33:16.498Z (6 months ago)
- Topics: postgresql, ruby
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enumerable
In this project, we use a module inside the class. We create a class MyList and a module MyEnumerable. The module MyEnumerable implements a subset of the functionality of Enumerable.## Built with
Ruby## Getting Started
To launch the project locally:### Step 1:
Clone this repo locally using git in the command line and the following command
> https://github.com/Epaltechs/enumerable
Alternatively, you can just download the complete zip file and extract the folder in your directory### Step 2:
In the project directory, you can run:
> ruby my_enumerables.rb
or alternatively you can copy and paste the commands in
> irb## 👤 Authors
:bust_in_silhouette: **Emmanuel Paul**
- GitHub: [@Epaltechs](https://github.com/Epaltechs)
- LinkedIn: [Emmanuel Paul](https://www.linkedin.com/in/emmanuel-s-paul):bust_in_silhouette: **Artur Gouveia**
- GitHub: [@Arturgouveia1970](https://github.com/Arturgouveia1970)
- LinkedIn: [Artur Gouveia](https://www.linkedin.com/in/artur-gouveia-323868197/):bust_in_silhouette: **Joseph Kwesi Kwentsir**
- GitHub: [@Kwentsir](https://github.com/Kwentsir/)
- LinkedIn: [Joseph Kwentsir](https://www.linkedin.com/in/josephkwentsir/)## :handshake: Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.## Show your support
Give a :star:️ if you like this project!## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## :memo: License
This project is MIT licensed.