ActiveResourceKit
v1.2 (498.0)
|
#import <Foundation/Foundation.h>
Go to the source code of this file.
Functions | |
id | ARRemoveRoot (id object) |
Strips off the enclosing dictionary if and only if the object is a dictionary (hash) containing just a single key-value pair. Otherwise answers object, a no-operation. | |
id ARRemoveRoot | ( | id | object | ) |
Strips off the enclosing dictionary if and only if the object is a dictionary (hash) containing just a single key-value pair. Otherwise answers object, a no-operation.
Definition at line 29 of file ARFormatMethods.m.