Skip to content

Buyaki01/revised-enumerable-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

revised-enumerable-methods

What it does

Add my_each, my_each_with_index, my_select, my_all?, my_any?, my_none?, my_count, my_map, my_inject, multiply_els methods onto the existing Enumerable module.

Built With

  • Ruby 2.6.5
  • VSCode
  • Terminal
  • Linter

Getting Started

Prerequisites

  • Ruby installed on local machine

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

  • Clone the project unto your local machine
  • cd into the project directory
  • Run ruby enumerable_methods.rb in your terminal
  • Run gem install rspec -> to install RSpec
  • Run rspec --init -> to initialize RSpec within the project
  • Run rspec -> to test the program with RSpec

🤝 Contributing

Contributions, issues and feature requests are welcome! Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development branch of the original project for a review
Please feel free to contribute to any of these!

Feel free to check the issues page.

Author

👤 Ritta Buyaki

Attributions and Credit

  • Microverse curriculum and The Odin Project for the project guidelines.

Show your support

Give a ⭐️ if you like this project!

📝 Copyright

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages