/Enumerables

In this project we have learn't to use a module inside class. We have created a class `MyList` and a module `MyEnumerable`. The module `MyEnumerable` will implement a subset of the functionality of Enumerable.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Enumerables

This project was created to reinforce an understanding of using Ruby modules inside of classes using the include method. We then ran tests which successfully passed.

🛠 Built With

Tech Stack

Ruby

Key Features

  • [Adds modules in classes]

(back to top)

🚀 Live Demo link not available

(back to top)

💻 Getting Started

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

Setup

Clone this repository to your desired folder:

  git clone https://github.com/keebot-png/Enumerables.git
  cd Enumerables

Install

Install this project with:

  gem install rubocop
  bundle init
  bundle install

Usage

  rails server

(back to top)

👥 Authors

👤 keebot-png

👤 Gina Beki

👤 Htetaungkyaw

(back to top)

🔭 Future Features

  • [Adding #max to Enumerable]
  • [Adding #min to Enumerable]
  • [Adding #sort to Enumerable]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project...

(back to top)

🙏 Acknowledgments

  • I would like to thank: @ginabeki and @Htet

(back to top)

📝 License

This project is MIT licensed.

(back to top)