Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed NIL/TRUE/FALSE from documents too | Kazuhiro NISHIYAMA | 2020-04-17 | 1 | -3/+0 |
| | | | | This is follow up of 62554ca97812b454e78a0a9daf6e962ff7a2f589 | ||||
* | [DOC] Use capitalized "Ruby" | Marcus Stollsteimer | 2019-12-23 | 1 | -3/+3 |
| | |||||
* | Marked up command line options [ci skip] | Nobuyoshi Nakada | 2019-08-16 | 1 | -7/+7 |
| | |||||
* | doc/globals.rdoc: Add deprecated to TRUE,FALSE,NIL [ci skip] | Kazuhiro NISHIYAMA | 2019-07-15 | 1 | -3/+3 |
| | | | | They are warned since 2.4.0. | ||||
* | doc/globals.rdoc: Add RUBY_REVISION [ci skip] | Kazuhiro NISHIYAMA | 2019-07-14 | 1 | -0/+1 |
| | |||||
* | doc/globals.rdoc: Add RUBY_PATCHLEVEL [ci skip] | Kazuhiro NISHIYAMA | 2019-07-14 | 1 | -0/+1 |
| | |||||
* | doc/globals.rdoc: Add RUBY_COPYRIGHT [ci skip] | Kazuhiro NISHIYAMA | 2019-07-14 | 1 | -0/+1 |
| | |||||
* | doc/globals.rdoc: Add TOPLEVEL_BINDING [ci skip] | Kazuhiro NISHIYAMA | 2019-07-14 | 1 | -0/+1 |
| | |||||
* | [DOC] Markup code in globals.rdoc | Nobuyoshi Nakada | 2019-07-13 | 1 | -10/+10 |
| | | | | | Look forward to further improvements in RDoc to automatically mark up global variables and global constants. | ||||
* | Improve documentation in doc/globals.rdoc | Benoit Daloze | 2019-07-13 | 1 | -8/+7 |
| | |||||
* | Document $~ before dependent global variables | Benoit Daloze | 2019-07-13 | 1 | -1/+1 |
| | |||||
* | Improve documentation of $LOAD_PATH | Benoit Daloze | 2019-07-13 | 1 | -5/+5 |
| | |||||
* | Document $LOAD_PATH.resolve_feature_path in globals.rdoc | Benoit Daloze | 2019-07-13 | 1 | -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_* constants | Benoit Daloze | 2019-07-13 | 1 | -1/+4 |
| | |||||
* | Document the long form of global variables and mention aliases on the same line | Benoit Daloze | 2019-07-13 | 1 | -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 NISHIYAMA | 2019-06-18 | 1 | -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] | kazu | 2017-08-31 | 1 | -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] | zzak | 2014-05-31 | 1 | -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_matsuda | 2013-12-12 | 1 | -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-local | drbrain | 2013-03-14 | 1 | -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. | drbrain | 2013-02-21 | 1 | -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] | drbrain | 2013-02-21 | 1 | -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 globals | zzak | 2012-11-27 | 1 | -0/+61 |
[ruby-core:29048] [Bug #3022] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |