Project

General

Profile

Bug #5910 ยป 0001-docs-Kernel-require-add-documentation.patch

zzak (zzak _), 01/19/2012 01:34 PM

View differences:

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
    (1-1/1)