Sha256: 55aa08f2eb125b90c047dbedafeb5b922818428798b650c867ef3bf597c80958
Contents?: true
Size: 158 Bytes
Versions: 3
Compression:
Stored size: 158 Bytes
Contents
#include "config.h" #ifndef RUBY_19 #ifndef RARRAY_LEN #define RARRAY_LEN(arr) (RARRAY(arr)->len) #define RARRAY_PTR(arr) (RARRAY(arr)->ptr) #endif #endif
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubypython-0.2.11 | ext/rubypython_bridge/rubypython_bridge.h |
rubypython-0.2.10 | ext/rubypython_bridge/rubypython_bridge.h |
rubypython-0.2.9 | ext/rubypython_bridge/rubypython_bridge.h |