Bug #5910 ยป 0001-docs-Kernel-require-add-documentation.patch
load.c | ||
---|---|---|
*
|
||
* require "my-library.rb"
|
||
* require "db-driver"
|
||
*
|
||
* Any constants or globals within the loaded source file will be available
|
||
* in the calling program's global namespace. However, local variables will
|
||
* not be propagated to the loading environment.
|
||
*
|
||
*/
|
||
VALUE
|