Skip to content

Enumerable is a Ruby project that includes a module, "MyEnumerable", and a class, "MyList". It provides a subset of the functionality of Ruby's built-in Enumerable module and enables developers to create their own custom lists and iterate over them.

License

Notifications You must be signed in to change notification settings

raihan2bd/enumerable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📗 Table of Contents

📖 Enumerable

Enumerable is a Ruby project that includes a module, "MyEnumerable", and a class, "MyList". It provides a subset of the functionality of Ruby's built-in Enumerable module and enables developers to create their own custom lists and iterate over them.

🛠 Built With

Tech Stack

Back-end

🚀 Project Demo

Project demo will update soon!

Key Features

  • Implements a subset of the functionality of Enumerable.
  • Includes methods for checking if all or any elements satisfy a given condition.
  • Provides a method for filtering elements based on a given condition.
  • Easily extensible with additional methods as needed.

(back to top)

💻 Getting Started

This repository includes ruby code that can be use to decode the morse code.

  • At first Clone this repository to your desired folder:
  cd my-folder
  git clone https://github.com/raihan2bd/enumerable.git
  • To use this repo to your local computer make sure you have installed Ruby
  • To install necessary require packages open your favorite cd to this project then try the below command
gem install
  • To run this project on your local machine Enter the below command
ruby my_list.rb

(back to top)

👥 Authors

👤 Abu Raihan

👤 Kanu Chukwuemeka

(back to top)

🔭 Future Features

  • We will create custom find? enumerable
  • We will create custom sort, map, min, max and many more 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

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

Without Microverse Help this project not compleated at all so thanks a lot Microverse for giving us this kind of opertunity.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Enumerable is a Ruby project that includes a module, "MyEnumerable", and a class, "MyList". It provides a subset of the functionality of Ruby's built-in Enumerable module and enables developers to create their own custom lists and iterate over them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages