Ruby
3.5.0dev (2025-05-16 revision a0fe0095ab2711ba54b29cdd2a5957f993cfc1de)
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
VALUE
rb_load_entrypoint(
VALUE
args);
16
VALUE
rb_require_relative_entrypoint(
VALUE
fname);
17
int
rb_require_internal(
VALUE
fname);
18
NORETURN(
void
rb_load_fail(
VALUE
,
const
char
*));
19
20
#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