In this project we learned how to use a module inside a class. For this we created a class MyList and a module MyEnumerable. Our module MyEnumerable implemented a subset of the functionality of Ruby's in-built Enumerable.
- Major languages (Ruby)
To get a local copy up and running follow these simple example steps.
- A text editor(preferably Visual Studio Code)
- Ruby
- Clone the project
git clone git@github.com:AnselemOdims/my-ruby-enumerable.git
cd my-ruby-enumerable
- To Start the programs
open terminal
run the command $irb (interactive ruby shell)
run the program functions
OR
open terminal
run ruby my_list.rb
👤 Ranjeet Singh
- GitHub: @thecodechaser
- Twitter: @thecodechaser
- LinkedIn: thecodechaser
👤 Author2
- GitHub: @AnselemOdims
- LinkedIn: Anselem Odimegwu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.