|
ruby
1.9.3-p429
About: Ruby is an interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). Stable 1.9 version.
Fossies Dox: ruby-1.9.3-p429.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <ruby.h>

Data Fields | |
| struct RBasic | basic |
| union { | |
| struct { | |
| long numiv | |
| VALUE * ivptr | |
| struct st_table * iv_index_tbl | |
| } heap | |
| VALUE ary [ROBJECT_EMBED_LEN_MAX] | |
| } | as |
| VALUE RObject::ary[ROBJECT_EMBED_LEN_MAX] |
| union { ... } RObject::as |
| struct { ... } RObject::heap |