Skip to content

Ruby Enumerable method recreated using an understanding of Ruby syntax and not using the predefined Ruby Enumerable methods to define the new ones.

Notifications You must be signed in to change notification settings

wandji20/Enumerables-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week 5

Project 2 - Ruby : Enumerables

Screen Shot

screenshot

In this project, we re-create most of the Enumerable methods using

  • Loops
  • Blocks and Yield Keyword
  • Procs and Call method

You can find the original project specification at: https://github.com/TheOdinProject/curriculum/blob/master/archive/old_lessons/ruby/basic_ruby/project_advanced_building_blocks.md#project-2-enumerable-methods

Built With

  • Ruby

Live Demo from Repl.it

Getting Started

Follow these steps to get a local copy up and running :

  1. Install git on your local machine.
  2. Type git init in the Terminal.
  3. Clone the repository to your local machine git clone https://github.com/wandji20/Enumerables-.git.
  4. Cd into the repository cd Enumerables-.
  5. Open the main.rb file and run it with your editor, or excute the file using ruby runtime ruby enumerables.rb

Authors

Wandji Bertrand

Omar Rashad

Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a star if you like this project!

About

Ruby Enumerable method recreated using an understanding of Ruby syntax and not using the predefined Ruby Enumerable methods to define the new ones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages