Searched refs:file_to_load (Results 1 – 1 of 1) sorted by relevance
960 rb_load_wrap(VALUE file_to_load) in rb_load_wrap() argument962 rb_load(file_to_load, 0); in rb_load_wrap()973 VALUE file_to_load = rb_str_new2((const char *)eap->arg); in ex_rubyfile() local974 rb_protect(rb_load_wrap, file_to_load, &state); in ex_rubyfile()