Methods


MO_shortDescription
Returns a short description string.

MO_shortDescription

Returns a short description string.
- ( NSString *) MO_shortDescription;

Returns a short description string. Unlike -description, this is not intended to be subclassed. It returns a description string like "<>" just like NSObject's -description method. You can use it when logging debug output where you know you want a short description in the above form and not whatever extra information a class may decide to include in its -description string.

method result
The short decription string.

(Last Updated 3/20/2005)