Skip to content

In this project, I implement my own version of Ruby’s enumerable methods.

License

Notifications You must be signed in to change notification settings

EricMbouwe/Enumerables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerables

In this project, I implement my own version of Ruby’s enumerable methods.

  • #my_each
  • #my_each_with_index
  • #my_select
  • #my_all
  • #my_any
  • #my_none
  • #my_count
  • #my_map
  • #my_inject

Additional description about the project and its features.

Built With

  • Ruby
  • Visual Studio Code

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

This project runs on Ruby

After installation, run ruby -v to make sure Ruby installed correctly. Example

$ ruby -v
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin17]

Installing

Clone the project locally In your terminal, change directory to the root of the project

Live Tests

Open this.

Authors

👤 Eric Mbouwe

🤝 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.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

In this project, I implement my own version of Ruby’s enumerable methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages