Kazuhiro NISHIYAMA
5257a53090
Removed NIL/TRUE/FALSE from documents too
...
This is follow up of 62554ca978
2020-04-17 17:40:57 +09:00
Marcus Stollsteimer
a7b5018495
[DOC] Use capitalized "Ruby"
2019-12-23 22:07:02 +01:00
Nobuyoshi Nakada
7704bbd640
Marked up command line options [ci skip]
2019-08-16 00:28:22 +09:00
Kazuhiro NISHIYAMA
62f34bd1fe
doc/globals.rdoc: Add deprecated to TRUE,FALSE,NIL [ci skip]
...
They are warned since 2.4.0.
2019-07-15 13:59:02 +09:00
Kazuhiro NISHIYAMA
d0f113f6c1
doc/globals.rdoc: Add RUBY_REVISION [ci skip]
2019-07-14 22:15:42 +09:00
Kazuhiro NISHIYAMA
ab31e13e75
doc/globals.rdoc: Add RUBY_PATCHLEVEL [ci skip]
2019-07-14 22:15:42 +09:00
Kazuhiro NISHIYAMA
9a402cf61f
doc/globals.rdoc: Add RUBY_COPYRIGHT [ci skip]
2019-07-14 22:15:42 +09:00
Kazuhiro NISHIYAMA
5d606b5174
doc/globals.rdoc: Add TOPLEVEL_BINDING [ci skip]
2019-07-14 22:15:42 +09:00
Nobuyoshi Nakada
1a4f7c9bfa
[DOC] Markup code in globals.rdoc
...
Look forward to further improvements in RDoc to automatically mark
up global variables and global constants.
2019-07-13 23:36:34 +09:00
Benoit Daloze
6ef73c1472
Improve documentation in doc/globals.rdoc
2019-07-13 15:47:37 +02:00
Benoit Daloze
237b3e00c7
Document $~ before dependent global variables
2019-07-13 15:39:54 +02:00
Benoit Daloze
b1ee7148f8
Improve documentation of $LOAD_PATH
2019-07-13 15:35:16 +02:00
Benoit Daloze
4a935bc6f6
Document $LOAD_PATH.resolve_feature_path in globals.rdoc
...
* RDoc does not seem to support documenting singleton object methods,
and making $LOAD_PATH a class as a workaround is too weird.
2019-07-13 15:23:49 +02:00
Benoit Daloze
b0f6f33094
Document a few more RUBY_* constants
2019-07-13 15:16:26 +02:00
Benoit Daloze
43677a2c58
Document the long form of global variables and mention aliases on the same line
...
* 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.
2019-07-13 15:07:19 +02:00
Kazuhiro NISHIYAMA
e6aa0a61fa
[DOC] non-nil `$,`,`$;` will be deprecated [ci skip]
...
```
% ruby -e '$,=""; $;=""'
-e:1: warning: non-nil $, will be deprecated
-e:1: warning: non-nil $; will be deprecated
```
2019-06-18 17:31:42 +09:00
kazu
8560376071
`$=` is no longer effective. [ci skip]
...
* 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
2017-08-31 00:05:29 +00:00
zzak
bcd25152a6
* 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
2014-05-31 19:54:55 +00:00
a_matsuda
1149533821
[DOC] Fix typo in docs/globals.rdoc by @dvsuresh [Fixes GH-474]
...
https://github.com/ruby/ruby/pull/474
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-12-12 06:05:34 +00:00
drbrain
2e3b394dca
* doc/globals.rdoc: $? is thread-local
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-03-14 01:01:20 +00:00
drbrain
6b88b523f4
* doc/globals.rdoc: Document what setting $DEBUG does.
...
* 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
2013-02-21 21:31:09 +00:00
drbrain
9c49b69d3e
* doc/globals.rdoc: Document what setting $VERBOSE does. [Bug #7899 ]
...
* 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
2013-02-21 21:27:25 +00:00
zzak
118d9f43c8
* doc/globals.rdoc: Add documentation file for magic globals
...
[ruby-core:29048] [Bug #3022 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-11-27 23:57:20 +00:00