HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/ri/3.0.0/system/Kernel/load-i.ri
U:RDoc::AnyMethod[iI"	load:ETI"Kernel#load;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"@Loads and executes the Ruby program in the file _filename_.;To:RDoc::Markup::BlankLineo;
;	[I"JIf the filename is an absolute path (e.g. starts with '/'), the file ;TI"5will be loaded directly using the absolute path.;T@o;
;	[I"LIf the filename is an explicit relative path (e.g. starts with './' or ;TI"N'../'), the file will be loaded using the relative path from the current ;TI"directory.;T@o;
;	[I"=Otherwise, the file will be searched for in the library ;TI"Fdirectories listed in <code>$LOAD_PATH</code> (<code>$:</code>). ;TI"KIf the file is found in a directory, it will attempt to load the file ;TI"Irelative to that directory.  If the file is not found in any of the ;TI"Kdirectories in <code>$LOAD_PATH</code>, the file will be loaded using ;TI"2the relative path from the current directory.;T@o;
;	[I"FIf the file doesn't exist when there is an attempt to load it, a ;TI"LoadError will be raised.;T@o;
;	[
I"HIf the optional _wrap_ parameter is +true+, the loaded script will ;TI"Cbe executed under an anonymous module, protecting the calling ;TI"Cprogram's global namespace. In no circumstance will any local ;TI"?variables in the loaded file be propagated to the loading ;TI"environment.;T:
@fileI"load.c;T:0@omit_headings_from_table_of_contents_below0I"*load(filename, wrap=false)   -> true
;T0[I"(p1, p2 = v2);T@+FI"Kernel;TcRDoc::NormalModule00