Sha256: d91831b41288b2346aa4a98fa97cf65eaf638ba48f484949e50052d3336fbbc5

Contents?: true

Size: 177 Bytes

Versions: 3

Compression:

Stored size: 177 Bytes

Contents

#include "config.h"

#ifndef _RP_UTIL_H_
#define _RP_UTIL_H_
int rpSymbolIsSetter();

int rpSymbolIsDoubleBang(VALUE);

VALUE rpObjectWrap(PyObject*);

#endif /* _RP_UTIL_H_ */

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubypython-0.2.11 ext/rubypython_bridge/rp_util.h
rubypython-0.2.10 ext/rubypython_bridge/rp_util.h
rubypython-0.2.9 ext/rubypython_bridge/rp_util.h