From bcd25152a6352eb9952cf4620b2fe4c32fa6508d Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 31 May 2014 19:54:55 +0000 Subject: * lib/English.rb: [DOC] $LOADED_FEATURES moved to load.c [Fixes GH-620] Patch submitted by @leafac in https://github.com/ruby/ruby/pull/620 * doc/globals.rdoc: Added $LOADED_FEATURES to list git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/globals.rdoc | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/globals.rdoc') diff --git a/doc/globals.rdoc b/doc/globals.rdoc index f82b6f8796..3bc7e05623 100644 --- a/doc/globals.rdoc +++ b/doc/globals.rdoc @@ -31,6 +31,7 @@ $DEBUG:: The debug flag, which is set by the -d switch. Enabling debug backtrace). Setting this to a true value enables debug output as if -d were given on the command line. Setting this to a false value disables debug output. +$LOADED_FEATURES:: The alias to the $". $FILENAME:: Current input file from $<. Same as $<.filename. $LOAD_PATH:: The alias to the $:. $stderr:: The current standard error output. -- cgit v1.2.3