Skip to content

Created to implement our version of Ruby enumerable methods

Notifications You must be signed in to change notification settings

ZeenatLawal/enumerables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerables Project

In this project we implemented our version of the Ruby enumerable methods, the methods we created are:

  • #my_each
  • #my_each_with_index
  • #my_select
  • #my_all?
  • #my_any?
  • #my_none?
  • #my_count
  • #my_map
  • #my_inject which was tested wit a #multiply_els method

Built With

  • Ruby

Getting Started

To get a local copy run the following steps:

  • Copy this link
  • Open your terminal or command line
  • Run "git clone Paste this link"
  • Open the folder with your code editor
  • Create a branch to work on
  • Now You can edit the code and do a pull request

Authors

👤 Zeenat Lawal

👤 Bhagyashree Patra

🤝 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

Created to implement our version of Ruby enumerable methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages