aboutsummaryrefslogtreecommitdiffstats
path: root/doc/globals.rdoc
Commit message (Expand)AuthorAgeFilesLines
* Removed NIL/TRUE/FALSE from documents tooKazuhiro NISHIYAMA2020-04-171-3/+0
* [DOC] Use capitalized "Ruby"Marcus Stollsteimer2019-12-231-3/+3
* Marked up command line options [ci skip]Nobuyoshi Nakada2019-08-161-7/+7
* doc/globals.rdoc: Add deprecated to TRUE,FALSE,NIL [ci skip]Kazuhiro NISHIYAMA2019-07-151-3/+3
* doc/globals.rdoc: Add RUBY_REVISION [ci skip]Kazuhiro NISHIYAMA2019-07-141-0/+1
* doc/globals.rdoc: Add RUBY_PATCHLEVEL [ci skip]Kazuhiro NISHIYAMA2019-07-141-0/+1
* doc/globals.rdoc: Add RUBY_COPYRIGHT [ci skip]Kazuhiro NISHIYAMA2019-07-141-0/+1
* doc/globals.rdoc: Add TOPLEVEL_BINDING [ci skip]Kazuhiro NISHIYAMA2019-07-141-0/+1
* [DOC] Markup code in globals.rdocNobuyoshi Nakada2019-07-131-10/+10
* Improve documentation in doc/globals.rdocBenoit Daloze2019-07-131-8/+7
* Document $~ before dependent global variablesBenoit Daloze2019-07-131-1/+1
* Improve documentation of $LOAD_PATHBenoit Daloze2019-07-131-5/+5
* Document $LOAD_PATH.resolve_feature_path in globals.rdocBenoit Daloze2019-07-131-1/+4
* Document a few more RUBY_* constantsBenoit Daloze2019-07-131-1/+4
* Document the long form of global variables and mention aliases on the same lineBenoit Daloze2019-07-131-21/+14
* [DOC] non-nil `$,`,`$;` will be deprecated [ci skip]Kazuhiro NISHIYAMA2019-06-181-2/+2
* `$=` is no longer effective. [ci skip]kazu2017-08-311-1/+1
* * lib/English.rb: [DOC] $LOADED_FEATURES moved to load.c [Fixes GH-620]zzak2014-05-311-0/+1
* [DOC] Fix typo in docs/globals.rdoc by @dvsuresh [Fixes GH-474]a_matsuda2013-12-121-1/+1
* * doc/globals.rdoc: $? is thread-localdrbrain2013-03-141-1/+2
* * doc/globals.rdoc: Document what setting $DEBUG does.drbrain2013-02-211-2/+6
* * doc/globals.rdoc: Document what setting $VERBOSE does. [Bug #7899]drbrain2013-02-211-3/+6
* * doc/globals.rdoc: Add documentation file for magic globalszzak2012-11-271-0/+61