Skip to content

Salwa99/Enumerable-Ruby

Repository files navigation

Enumerable-Ruby

📗 Table of Contents

Morse code decoder

Enumerable-Ruby In this project we learned how to use a module inside the class. For this we created a class MyList and a module MyEnumerable. The module MyEnumerable implemented a subset of the functionality of Enumerable.

🛠 Built With

Tech Stack

Client
Server
  • N/A
Database
  • N/A

Key Features

  • N/A

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

  • Installed Git.
  • Installed Ruby
  • Create a local directory that you want to clone the repository.
  • Open the command prompt in the created directory.
  • On the terminal run this command git clone https://github.com/Salwa99/Enumerable-Ruby.git

Setup

Clone this repository to your desired folder:

git https://github.com/Salwa99/Enumerable-Ruby.git
cd Enumerable-Ruby

Run

 irb
 list.all? {|e| e < 5}
 list.all? {|e| e > 5}
 list.any? {|e| e == 2}
 list.any? {|e| e == 5}
 list.filter? (|e| e.even?)

(back to top)

👥 Authors

👤 Salwa Ballouti:

👤 Edenlisk

🔭 Future Features:

  • Add more advanced Ruby functions.
  • Build wonderful UI.

🤝 Contributing:

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you liked this project, give it a ⭐️ and kindly send to me an e-mail expressing it, it would make my day and fuel my motivation.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse team for this journey.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages