mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
doc/globals.rdoc: Add deprecated to TRUE,FALSE,NIL [ci skip]
They are warned since 2.4.0.
This commit is contained in:
parent
9c38904ead
commit
62f34bd1fe
1 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@ $-p:: True if option -p is set. Read-only variable.
|
||||||
|
|
||||||
== Pre-defined global constants
|
== Pre-defined global constants
|
||||||
|
|
||||||
TRUE:: The typical true value.
|
TRUE:: The typical true value. Deprecated.
|
||||||
FALSE:: The +false+ itself.
|
FALSE:: The +false+ itself. Deprecated.
|
||||||
NIL:: The +nil+ itself.
|
NIL:: The +nil+ itself. Deprecated.
|
||||||
STDIN:: The standard input. The default value for $stdin.
|
STDIN:: The standard input. The default value for $stdin.
|
||||||
STDOUT:: The standard output. The default value for $stdout.
|
STDOUT:: The standard output. The default value for $stdout.
|
||||||
STDERR:: The standard error output. The default value for $stderr.
|
STDERR:: The standard error output. The default value for $stderr.
|
||||||
|
|
Loading…
Reference in a new issue