Sha256: 7acafec2f6cfaefc1c5ce5018cef815501c6541b12b98a2c20f941a653f911ef
Contents?: true
Size: 526 Bytes
Versions: 6
Compression:
Stored size: 526 Bytes
Contents
#import <Foundation/Foundation.h> /** QuickSpec converts example names into test methods. Those test methods need valid selector names, which means no whitespace, control characters, etc. This category gives NSString objects an easy way to replace those illegal characters with underscores. */ @interface NSString (QCKSelectorName) /** Returns a string with underscores in place of all characters that cannot be included in a selector (SEL) name. */ @property (nonatomic, readonly) NSString *qck_selectorName; @end
Version data entries
6 entries across 2 versions & 1 rubygems