NSObject(RACDescription) Category Reference
Declared in | NSObject+RACDescription.h NSObject+RACDescription.m |
Instance Methods
rac_description
A simplified description of the receiver, which does not invoke -description (and thus should be much faster in many cases).
- (NSString *)rac_description
Discussion
This is for debugging purposes only, and will return a constant string unless the RAC_DEBUG_SIGNAL_NAMES environment variable is set.
Declared In
NSObject+RACDescription.h