Skip to content

The project is our own implementation of the ruby Enumerable module in which we created the following methods.

Notifications You must be signed in to change notification settings

mohapakram/Ruby_Enumerables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Ruby’s enumerable methods

The project is our own implementation of ruby Enumerables module in which we created the following methods

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

Built With

  • Ruby.

Getting Started

To get a local copy up and running follow these simple example steps.

Running Tests

If you don't have rspec gem installed on your machine run

$ gem install rspec

Then make sure that you are in the root directory of the project and run

$ rspec

in the terminal

Authors

👤 Mohap Akram

👤 Popoola Grace

🤝 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

The project is our own implementation of the ruby Enumerable module in which we created the following methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages