summaryrefslogtreecommitdiff
path: root/doc/globals.rdoc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-15 13:57:43 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-15 13:59:02 +0900
commit62f34bd1fe9630b0e760860017955cec2d5fbd0a (patch)
treeef1a8e9d88105076a63b7fe2fa7f7138cea3e2ce /doc/globals.rdoc
parent9c38904ead89df7c41243f7a23dde3d07f22bd86 (diff)
doc/globals.rdoc: Add deprecated to TRUE,FALSE,NIL [ci skip]
They are warned since 2.4.0.
Diffstat (limited to 'doc/globals.rdoc')
-rw-r--r--doc/globals.rdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/globals.rdoc b/doc/globals.rdoc
index d3c3553d4d..146b7fc34f 100644
--- a/doc/globals.rdoc
+++ b/doc/globals.rdoc
@@ -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.