Skip to content

In this project we learned how to use a module inside a class. For this we created a class `MyList` and a module `MyEnumerable`. the module MyEnumerable will implement a subset of the functionality of Enumerable.

Notifications You must be signed in to change notification settings

Bondok6/Enumerable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerable

In this project we learned how to use a module inside a class. For this we created a class MyList and a module MyEnumerable. the module MyEnumerable will implement a subset of the functionality of Enumerable.

Built With

  • Ruby

Getting Started

To launch the project locally:

Step 1:

  • Clone this repo locally using git in the command line and the following command
> git clone git@github.com:Bondok6/Enumerable.git
  • Alternatively, you can just download the complete zip file and extract the folder in your directory

Step 2:

In the project directory, you can run:

> ruby list.rb

or alternatively you can copy and paste the commands in

> irb 

Authors

👤 Zeeshan Haider

👤 Kyrillos Hany

🤝 Contributing

Contributions, issues, and feature requests are welcome and highly encouraged! We feel that your input is what helps us grow so you're always Welcome :)

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project! I would love to hear your thoughts and ideas 🖤

📝 License

This project is MIT licensed.

About

In this project we learned how to use a module inside a class. For this we created a class `MyList` and a module `MyEnumerable`. the module MyEnumerable will implement a subset of the functionality of Enumerable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages