aboutsummaryrefslogtreecommitdiffstats
path: root/doc/globals.rdoc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-04-17 17:39:42 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-04-17 17:40:57 +0900
commit5257a530905a3ccd931577efc76ce09226ff1d06 (patch)
tree530ee4392e3c46fd1d223cbed1856ca38686145a /doc/globals.rdoc
parent62554ca97812b454e78a0a9daf6e962ff7a2f589 (diff)
downloadruby-5257a530905a3ccd931577efc76ce09226ff1d06.tar.gz
Removed NIL/TRUE/FALSE from documents too
This is follow up of 62554ca97812b454e78a0a9daf6e962ff7a2f589
Diffstat (limited to 'doc/globals.rdoc')
-rw-r--r--doc/globals.rdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/globals.rdoc b/doc/globals.rdoc
index 89b94e9a8f..1d7cda69f9 100644
--- a/doc/globals.rdoc
+++ b/doc/globals.rdoc
@@ -50,9 +50,6 @@ $-p:: True if option <tt>-p</tt> is set. Read-only variable.
== Pre-defined global constants
-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.