Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muaazsaleem/enumerable
- Owner: muaazsaleem
- Created: 2014-08-29T05:22:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-29T10:27:22.000Z (about 10 years ago)
- Last Synced: 2023-08-23T14:32:54.275Z (about 1 year ago)
- Language: Ruby
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_injectvia [The Odin Project](http://theodinproject.com)