#include "ruby/ruby.h"#include "vm_core.h"

Go to the source code of this file.
Defines | |
| #define | PRELUDE_COUNT 0 |
Functions | |
| VALUE | rb_iseq_compile_with_option (VALUE src, VALUE file, VALUE filepath, VALUE line, VALUE opt) |
| static void | prelude_eval (VALUE code, VALUE name, VALUE line) |
| void | Init_prelude (void) |
Variables | |
| static const char | prelude_name0 [] = "<internal:prelude>" |
| static const char | prelude_code0 [] |
| #define PRELUDE_COUNT 0 |
Definition at line 45 of file miniprelude.c.
| void Init_prelude | ( | void | ) |
Definition at line 51 of file miniprelude.c.
References Qnil, Qtrue, rb_iseq_compile_with_option(), and rb_iseq_eval().
Referenced by Init_prelude().
const char prelude_code0[] [static] |
const char prelude_name0[] = "<internal:prelude>" [static] |