ActiveResourceKit  v1.2 (498.0)
 All Classes Files Functions Variables Typedefs Enumerator Properties Macros Pages
Functions
ARFormatMethods.h File Reference
#import <Foundation/Foundation.h>
Include dependency graph for ARFormatMethods.h:
This graph shows which files directly or indirectly include this file:

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.
 

Function Documentation

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.