Ruby
3.5.0dev (2025-04-09 revision 0d6263bd416338a339651fb97fe4d62701704c4b)
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
x
z
Functions
c
p
r
s
Variables
c
l
o
p
r
Typedefs
i
p
r
s
v
Enumerations
p
r
Enumerator
e
p
r
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
x
z
internal
load.h
1
#ifndef INTERNAL_LOAD_H
/*-*-C-*-vi:se ft=c:*/
2
#define INTERNAL_LOAD_H
11
#include "
ruby/ruby.h
"
/* for VALUE */
12
13
/* load.c */
14
VALUE
rb_get_expanded_load_path(
void
);
15
int
rb_require_internal(
VALUE
fname);
16
NORETURN(
void
rb_load_fail(
VALUE
,
const
char
*));
17
18
#endif
/* INTERNAL_LOAD_H */
ruby.h
VALUE
uintptr_t VALUE
Type that represents a Ruby object.
Definition
value.h:40
Generated by
1.9.8