Skip to content

1v4n4/Enumerable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerables

This project contains our implementation of some pre-existing Ruby methods under the Enumerables module. The methods renamed like so: #my_map for #map; #my_select for #map; among others

Additional description about the project and its features.

Built With

  • Ruby

Getting Started

Prerequisites

  • Text editor
  • GitHub
  • Git

To get a local copy up and running simply follow the next step.

Clone this repository on to your local PC

  • Click on the Code green button
  • By the right end of the read-only input containing the repository link click the clipboard icon to copy the link
  • In your local PC, open your terminal in the folder you would like to clone the repository into
  • Clone the repository with the command: git clone (copied link); like so: git clone https://github.com/1v4n4/Enumerable.git
  • After the clone, type in the command cd Enumerables to access the directory on the terminal

Rspec

To run the tests, enter the Enumerable directory and run rspec --init. Then run the file enumerable_spec.rb in the spec folder using rspec command.

Authors

👤 Teddy-Livingstone Ememandu

👤 Ivana Novakovic-Lekovic

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse
  • Ruby API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages