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
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user