ObjC_Rubyfication icon indicating copy to clipboard operation
ObjC_Rubyfication copied to clipboard

Attempt to make Objective-C more like Ruby

Results 1 ObjC_Rubyfication issues
Sort by recently updated
recently updated
newest added

There's a small issue when calling the method slice:until: from NSArray (helpers) and the until index is bigger than the array length. A basic conditional will work in this case.