Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)