26 #if RUBY_DEVEL && !defined RUBY_DEBUG_ENV
27 # define RUBY_DEBUG_ENV 1
29 #if defined RUBY_DEBUG_ENV && !RUBY_DEBUG_ENV
30 # undef RUBY_DEBUG_ENV
34 main(
int argc,
char **argv)
37 ruby_set_debug_option(getenv(
"RUBY_DEBUG"));
40 setlocale(LC_CTYPE,
"");
int ruby_run_node(void *n)
Runs the given compiled source and exits this process.
#define RUBY_INIT_STACK
A convenience macro to call ruby_init_stack().
void ruby_init(void)
Calls ruby_setup() and check error.
void ruby_sysinit(int *argc, char ***argv)
Initializes the process for libruby.
void * ruby_options(int argc, char **argv)
Processes command line arguments and compiles the Ruby source to execute.