aboutsummaryrefslogtreecommitdiffstats
path: root/doc/globals.rdoc
Commit message (Collapse)AuthorAgeFilesLines
* Removed NIL/TRUE/FALSE from documents tooKazuhiro NISHIYAMA2020-04-171-3/+0
| | | | This is follow up of 62554ca97812b454e78a0a9daf6e962ff7a2f589
* [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
| | | | They are warned since 2.4.0.
* 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
| | | | | Look forward to further improvements in RDoc to automatically mark up global variables and global constants.
* 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
| | | | | * RDoc does not seem to support documenting singleton object methods, and making $LOAD_PATH a class as a workaround is too weird.
* 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
| | | | | * The longer forms are self-explanatory and I believe more often used. * Same for ARGV and ARGF, describe them there and mention $* and $< just refer to them.
* [DOC] non-nil `$,`,`$;` will be deprecated [ci skip]Kazuhiro NISHIYAMA2019-06-181-2/+2
| | | | | | | | ``` % ruby -e '$,=""; $;=""' -e:1: warning: non-nil $, will be deprecated -e:1: warning: non-nil $; will be deprecated ```
* `$=` is no longer effective. [ci skip]kazu2017-08-311-1/+1
| | | | | | * doc/globals.rdoc: [DOC] `$=` is no longer effective. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/English.rb: [DOC] $LOADED_FEATURES moved to load.c [Fixes GH-620]zzak2014-05-311-0/+1
| | | | | | | | 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] Fix typo in docs/globals.rdoc by @dvsuresh [Fixes GH-474]a_matsuda2013-12-121-1/+1
| | | | | | https://github.com/ruby/ruby/pull/474 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * doc/globals.rdoc: $? is thread-localdrbrain2013-03-141-1/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * doc/globals.rdoc: Document what setting $DEBUG does.drbrain2013-02-211-2/+6
| | | | | | | * doc/globals.rdoc: Added pointer to $-d for full documentation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * doc/globals.rdoc: Document what setting $VERBOSE does. [Bug #7899]drbrain2013-02-211-3/+6
| | | | | | | | * doc/globals.rdoc: Added pointer to $-w and $-v for full documentation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * doc/globals.rdoc: Add documentation file for magic globalszzak2012-11-271-0/+61
[ruby-core:29048] [Bug #3022] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e