Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.06 KB

Ruby Enumerable Module Partial Implementation

forthebadge

In this project, we attempted to implement some of the more popular methods in the Ruby enumerables method. These are:

  • #my_each
  • #my_each_with_index
  • #my_select
  • #my_all?
  • #my_any?
  • #my_none?
  • #my_count
  • #my_map
  • #my_inject
  • #multiply_els for use with #my_inject

Built With

  • Ruby

Authors

👤 Ramsey Njire

👤 Peris Ndanu

🤝 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!

📝 License

This project is MIT licensed.