Skip to content

Latest commit

 

History

History
87 lines (52 loc) · 1.8 KB

README.md

File metadata and controls

87 lines (52 loc) · 1.8 KB

Enumerable

This is the first project that challenges us into recreating our own enumerable methods using Ruby this is the second Ruby section of the Microverse Remote Software Development Curriculum.

Below are a list of methods we had to recreate.

Enumerable Methods List:

  • my_each
  • my_each_with_index
  • my_select
  • my_all?
  • my_any?
  • my_none?
  • my_count
  • my_map
  • my_inject
  • multiply_els

Built With

  • Ruby

Live Code

Solution Run on Repl.it

Getting Started

To get a local copy of the repository please run the following commands on your terminal:

$ cd <folder>
$ git clone https://github.com/acushlakoncept/enumerable.git

Testing

To test the code, run rspec from root of the folder using terminal.

Rspec is used for the test.

$ gem install rspec

Authors

👤 Uduak Essien

👤 Jacob Rees

👤 Elijah Ayandokun

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Project originally taken from The Odin Project
  • Project inspired by Microverse Program