Skip to content

addod19/Enumerable_Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Enumerable_Methods

Advanced Building Blocks

This project is an implementation of Custom Enumerable methods. To name a few, these are the methods created and implemented: 'my_each', 'my_each_with_index', 'my_select', 'my_all?', 'my_any?', 'my_none?', 'my_count', 'my_map', 'my_inject' and a 'multiply_els' method which also implemented the my-inject method.

The project is part of a series of projects to be completed by students of Microverse.

Technology

  • Ruby

Usage

Clone the repository to your local machine

$ git clone https://github.com/addod19/Enumerable_Methods.git

cd into the directory

$ cd Enumerable_Methods

Open enum.rb with your favourite text editor

Deployment

The demo page can be found HERE

Contributor

This is a Solo project by : Daniel Larbi Addo

Contributing

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

About

Custom Enumerable Methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages