Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Functions
load.h File Reference

Internal header for require. More...

#include "ruby/ruby.h"

Go to the source code of this file.

Functions

VALUE rb_get_expanded_load_path (void)
 
int rb_require_internal (VALUE fname)
 
void rb_load_fail (VALUE, const char *)
 

Detailed Description

Internal header for require.

Author
Ruby developers ruby-.nosp@m.core.nosp@m.@ruby.nosp@m.-lan.nosp@m.g.org

Definition in file load.h.

Function Documentation

◆ rb_get_expanded_load_path()

VALUE rb_get_expanded_load_path ( void  )

◆ rb_require_internal()

int rb_require_internal ( VALUE  fname)

Definition at line 1165 of file load.c.