Skip to content

Implemented my own version of Ruby's enumerable methods, using Ruby.

Notifications You must be signed in to change notification settings

garciajordy/Enumerable-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Enumerables

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

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
  • VS Code

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/garciajordy/Enumerable-Methods.git

Testing

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

Rspec is used for the test.

$ gem install rspec

Author Details

👤 Jordy Garcia

  • Github:
  • Linkedin:

👤 Juliana Osemeke

  • Github:
  • Twitter:
  • Linkedin:

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give ⭐ Star me on GitHub — it helps!

About

Implemented my own version of Ruby's enumerable methods, using Ruby.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages