Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muaazsaleem/enumerable

A humble implementation of Ruby's Enumerable Module. Practice on Blocks and stuff
https://github.com/muaazsaleem/enumerable

Last synced: 23 days ago
JSON representation

A humble implementation of Ruby's Enumerable Module. Practice on Blocks and stuff

Awesome Lists containing this project

README

        

#Enumerable

An implementation of some of the popular methods of Ruby's Enumerable Module. I did it just to get more practice in blocks and etc. It's Tested for ruby-2.0.0

Methods include:
- my_each
- my_select
- my_all?
- my_none?
- my_count
- my_map
- my_inject

via [The Odin Project](http://theodinproject.com)