Skip to content

In this project we will learn how to use a module inside a class in Ruby. For this we will create a class `MyList` and a module `MyEnumerable`. Our module, `MyEnumerable` will implement a subset of the functionality of **Enumerable**.

License

Notifications You must be signed in to change notification settings

carlylechia/MY-ENUMERABLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MY-ENUMERABLE

In this project, we will learn how to use a module inside a class in Ruby. For this, we will create a class MyList and a module MyEnumerable. Our module, MyEnumerable will implement a subset of the functionality of Enumerable.

Built With

  • RUBY
  • Linters

Getting Started

You will need to have Ruby installed in your computer. Clone the repository. Run the code.

Authors

👤 Samiullah Bahadur

👤 Chia Carlyle

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

Acknowledgments

  • Hat tip to Microverse

📝 License

This project is MIT licensed.

About

In this project we will learn how to use a module inside a class in Ruby. For this we will create a class `MyList` and a module `MyEnumerable`. Our module, `MyEnumerable` will implement a subset of the functionality of **Enumerable**.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages