Skip to content

In this project you see how to use a module inside a class. We create a class MyList and a module MyEnumerable. Our module MyEnumerable implements a subset of the functionality of Enumerable. Built with RUBY

Notifications You must be signed in to change notification settings

Nemwel-Boniface/our_enumerable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Our Enumerable

In this project you see how to use a module inside a class. We create a class MyList and a module MyEnumerable. Our module MyEnumerable implements a subset of the functionality of Enumerable. Built with RUBY

Enjoy!

Built With

  • Ruby
  • Terminal
  • IRB
  • Rubocop (linters)

Live Demo (if available)

Live Demo Link (Project will have none)

Getting Started

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

Install

In your terminal, navigate to your current directory and run this code

https://github.com/steveWDamesJr/our_enumerable.git

Locate the directory in your file explorer

cd our_enumerable

Install Rubocop

bundle install

Run Linters:

To run rubocop we use:

rubocop

To autocorrect offenses with rubocop we use:

rubocop --auto-correct-all or rubocop -A

Have fun using a subset of the functionality of Enumerable within a module inside a class!

Authors

👤 NEMWEL BONIFACE

👤 STEVE W DAMES JR

🤝 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 anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

In this project you see how to use a module inside a class. We create a class MyList and a module MyEnumerable. Our module MyEnumerable implements a subset of the functionality of Enumerable. Built with RUBY

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%