Skip to content

kobiyoyo/Enumerable-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Enumerable Methods

Enumerable is a module in Ruby that provides many methods that can help with traversal, transforming, sorting, and filtering. Any class that can implement the #each method can use Enumerable methods, which will then yield each item in the collection to a block.The main aim of this project is to create your own enumerable methods,which has the same behaviour with the normal methods.

Technologies

  • Ruby

List of Written Enumerable Methods

Each

Each_with_index

Select

All?

Any?

None?

Count

Map

Inject

Getting Started

Clone the repository to your local machine

$ git clone https://github.com/kobiyoyo/Enumerable-Methods.git

navigate cd into the cloned directory

$ cd Enumerable-Methods

Authors

👤 Adama Chubiyojo Desmond

👤 Danilo Zagarcanin

Contributing

  1. Fork it (https://github.com/kobiyoyo/Enumerable-Methods/fork)
  2. Create your feature (dev) branch (git checkout -b feature/[choose-a-name])
  3. Commit your changes (git commit -m 'What this commit will fix/add')
  4. Push to the branch (git push origin feature/[chosen name])
  5. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages