Skip to content

abouhid/Enumerable-methods-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerable methods

In this project, I was assigned to recreate enumerable methods of Ruby such as:

  • my_each
  • my_each_with_index
  • my_select
  • my_all?
  • my_any?
  • my_none?
  • my_count
  • my_map
  • my_inject

The main goal of this project is to asure I master the methods ruby provides and to learn how to replicate them using basic coding knowledge.

Built With

  • Ruby
  • Rubocop

Live Demo

Live Demo Link

Prerequisites

  • Browser (Google Chrome, Mozilla Firefox, Safari or any other browser)

Setup

  • Open Terminal
  • Run git clone git@github.com:abouhid/Enumerable-methods-Project.git
  • Run ruby enumerable_methods.rb

Author

👤 Alexandre Bouhid

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse
  • GitHub
  • TheOdinProject
  • Ruby

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages