Skip to content

An implementation of some methods in the Ruby Enumerable method.

Notifications You must be signed in to change notification settings

RamseyNjire/ruby_enumerable_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An implementation of some methods in the Ruby Enumerable method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages