1
0
Fork 0
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:
Kazuhiro NISHIYAMA 2019-07-15 13:57:43 +09:00
parent 9c38904ead
commit 62f34bd1fe
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -50,9 +50,9 @@ $-p:: True if option -p is set. Read-only variable.
== Pre-defined global constants
TRUE:: The typical true value.
FALSE:: The +false+ itself.
NIL:: The +nil+ itself.
TRUE:: The typical true value. Deprecated.
FALSE:: The +false+ itself. Deprecated.
NIL:: The +nil+ itself. Deprecated.
STDIN:: The standard input. The default value for $stdin.
STDOUT:: The standard output. The default value for $stdout.
STDERR:: The standard error output. The default value for $stderr.