/Enumerable

This repository creating Enumarable classes

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 [Morse Code Decoder]

ENUMERABLE aims to create a module that includes methods similar to original Enumerable all , any and filter methods. Also create class to call the MYEnumerable module and use it to create new list and get solutions for the numerous problems.

Project Requirements

To successfully create module and classes using ruby.

  • create module methods - all? , any ? , filter
  • create class include module methods - each

🛠 Built With

Ruby

Tech Stack

Ruby

Key Features

(back to top)

💻 Getting Started

To get started with enumerable, follow these steps:

Prerequisites

Ensure you have the following installed:

  • Ruby programming language
  • IRB (Interactive Ruby)

Setup

  1. Clone this repository to your local machine: git clone https://github.com/yashodhicy/Enumerable.git

  2. Open your terminal and navigate to the project directory: cd enumerable

  3. Run IRB to access the Ruby interactive console: irb

  4. Load the mylist.rb file in IRB

(back to top)

👥 Authors

👤 Yashodhi Chathurangi

👤 Enning Festus

(back to top)

🔭 Future Features

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, please give it a star, and if you would love to tell me ways to improve it, contact me on LinkedIn or Twitter. It will be a pleasure to hear from you.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse (microverse.org) for providing the resources and the knowledge to work on projects like this.

(back to top)

❓ FAQ

  • How do I install Ruby?

You can download the latest version of Ruby from the official website: https://www.ruby-lang.org/en/downloads/

-Where can I learn the basics of Ruby?

Check out the Ruby documentation and tutorials at https://www.ruby-lang.org/en/documentation/ and https://www.ruby-lang.org/en/documentation/quickstart/

(back to top)

📝 License

This project is MIT licensed.

(back to top)