Skip to content

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.

Notifications You must be signed in to change notification settings

defoebrand/enumerable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 99.9%
  • Shell 0.1%