Skip to content

dicodiaz/ruby-enumerable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📗 Table of Contents

📖 Ruby Enumerable

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

🛠 Built With

Tech Stack

Client

Key Features

  • MyList:
    • each
    • each_with_index
    • swap
  • MyEnumerable:
    • all?
    • any?
    • filter
    • max
    • min
    • sort

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:dicodiaz/ruby-enumerable.git

Usage

To run the project, execute the following commands:

  ruby my_list.rb

(back to top)

👥 Authors

👤 Dico Diaz Dussan

👤 Mathias Wismann

(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

A huge thanks to Microverse for their constant support.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages