Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyv26/ruby-enumerable
In Ruby, we call an object enumerable when it describes a set of items and a method to loop over each of them. The built-in enumerables get their enumeration features by including the Enumerable module, which provides methods like #include?, #count, #map, #select and #uniq.
https://github.com/skyv26/ruby-enumerable
enumerable rspec rubocop ruby ruby-gem
Last synced: 21 days ago
JSON representation
In Ruby, we call an object enumerable when it describes a set of items and a method to loop over each of them. The built-in enumerables get their enumeration features by including the Enumerable module, which provides methods like #include?, #count, #map, #select and #uniq.
- Host: GitHub
- URL: https://github.com/skyv26/ruby-enumerable
- Owner: skyv26
- License: mit
- Created: 2022-11-04T13:00:45.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-05T19:10:57.000Z (over 2 years ago)
- Last Synced: 2024-12-30T16:48:09.122Z (about 1 month ago)
- Topics: enumerable, rspec, rubocop, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Ruby Enumerable
> The Enumerable mixin provides collection classes with several traversal and searching methods, and with the ability to sort. The class must provide a method each, which yields successive members of the collection, as these methods rely on an ordering between members of the collection.### Built With
- Ruby
- RuboCop
- RSPec### Live Demo
[comming soon]()### Getting Started
To get a local copy up and running follow these simple example steps
- Clone the project to the local computer
- irb morse_code.rb#### Prerequisite:
- visual code editor
- Knowledge About Ruby
### Author
- Lawrence Addai Kusi
- GitHub: [@Githubhandle](https://github.com/kusiLaw)
- Twitter: [@Twitterhandle](https://twitter.com/kusilaw)
- Linkedin: [Linkedin](https://www.linkedin.com/in/lawrence-kusi-55a662104)- Aakash Verma
- GitHub: [@skyv26](https://github.com/skyv26)
- Twitter: [@vrma_aakash](https://twitter.com/vrma_aakash)
- Linkedin: [@skyv2022](https://www.linkedin.com/in/skyv2022)