Skip to content

Implementation of common Ruby Enumerable module methods as a category in Objective-C

License

Notifications You must be signed in to change notification settings

tomerd/MRCEnumerable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRCEnumerable

DESCRIPTION:

MRCEnumerable is an category implementation of several useful methods from the Ruby Enumerable module, such as collect, inject, select, detect, reject, etc, using Objective-C blocks, and a familiar syntax.

EXAMPLES

An example of use of each extension method is available in the Tests directory, in the file named after the extension itself.

IN PROGRESS

This project was initially started at Railscamp 8 in Perth, and currently extends NSArray, NSDictionary, and NSSet. Feel free to get in contact if you have any suggestions or bug reports, etc.

About

Implementation of common Ruby Enumerable module methods as a category in Objective-C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Objective-C 100.0%