Skip to content

In this project, we implement our own versions of enumerable in the Ruby programming language. Enumerable are methods we can call on an Iterable data structure such as Arrays, ranges, hashes, etc where we loop through each element in the data structure.

Notifications You must be signed in to change notification settings

mahbubul14/enumerable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerables Project

In this project we implemented our version of the Ruby enumerable methods, the methods we created are:

  • #my_each
  • #my_each_with_index
  • #my_select
  • #my_all?
  • #my_any?
  • #my_none?
  • #my_count
  • #my_map
  • #my_inject which was tested wit a #multiply_els method

Built With

  • Ruby Programming Language

Getting Started

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

  1. Go to "https://github.com/mahbubul14/enumerable.git"
  2. Click on the green button with text "code" and copy the HTTPS/SSH URL
  3. In your computer, open your terminal application, type in git clone followed by the link you copied
  4. Run git checkout -b your-branch-name. Make your contributions
  5. Push your branch up to your forked repository: git push -u origin your-branch-name
  6. Open a Pull Request with a detailed description of the development branch of the original project for a review

Author

👤 Mahbub Alam

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

About

In this project, we implement our own versions of enumerable in the Ruby programming language. Enumerable are methods we can call on an Iterable data structure such as Arrays, ranges, hashes, etc where we loop through each element in the data structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages