Ruby
1.9.3p551(2014-11-13revision48407)
|
#include "ruby.h"
Go to the source code of this file.
Macros | |
#define | init(n) {void Init_##n(VALUE klass); Init_##n(klass);} |
Functions | |
void | Init_string (void) |
Definition at line 3 of file init.c.
Referenced by Init_string(), ruby_init_ext(), and vm_backtrace_each().
Definition at line 6 of file init.c.
References init, klass, rb_cString, rb_define_class_under(), rb_define_module(), and TEST_INIT_FUNCS.