supermarin / ObjectiveSugar

ObjectiveC additions for humans. Ruby style.
MIT License
2.17k stars 190 forks source link

Implements NSArray#unique #90

Closed inf0rmer closed 9 years ago

inf0rmer commented 9 years ago

Hey! I've implemented - (NSArray *)unique for the NSArray class. It produces a new array free of duplicate values.

I've also updated to the latest version of Kiwi and refactored to use XCTest, since as of Xcode 6 OCTest is fully deprecated.

Thanks!

supermarin commented 9 years ago

Thanks @inf0rmer!