Skip to content

Azeem838/ruby-creating-enumerables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerable Methods and Tested with RSpec

This project contains various methods that will be available in the Enumerable module and it was tested with RSpec.

The project contains the following methods:

  1. #my_each
  2. #my_each_with_index
  3. #my_select
  4. #my_all?
  5. #my_any?
  6. #my_none?
  7. #my_count
  8. #my_map - accepts procs and blocks
  9. #my_inject
  10. #multiply_els

Built With

  • Ruby
  • Tested with RSpec

👤 Azeem Ahmed

👤 Njgouh Abdoulaye Razak

🤝 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

Project 2: Advanced Building Blocks - Enumerables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages