Skip to content

The aim of this project was to rebuild some of the methods from the Ruby Enumerable Module and test if they function as the original.

Notifications You must be signed in to change notification settings

Temmarie/Enumerables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerable Ruby methods

The aim of this project was to rebuild some of the methods from the Ruby Enumerable Module and test if they function as the original.

Methods rebuilt:

  • .each
  • .each_with_index
  • .select
  • .all?
  • .any?
  • .none?
  • .count
  • .map
  • .inject

Built With

  • Ruby

Author

👤 Grace Tamara Ekunola

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

About

The aim of this project was to rebuild some of the methods from the Ruby Enumerable Module and test if they function as the original.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages