[DOC] Add $; to the list of deprecated global variables

This commit is contained in:
Neil Carvalho 2024-08-17 07:36:22 -03:00 committed by GitHub
parent 694181a9f3
commit 4dbf386ca2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
Notes: git 2024-08-17 10:36:43 +00:00
Merged: https://github.com/ruby/ruby/pull/11392

Merged-By: nobu <nobu@ruby-lang.org>

View File

@ -101,14 +101,6 @@ English - <tt>$INPUT_RECORD_SEPARATOR</tt>, <tt>$RS</tt>.
Aliased as <tt>$-0</tt>.
=== <tt>$;</tt> (Input Field Separator)
An input field separator, initially +nil+.
English - <tt>$FIELD_SEPARATOR</tt>, <tt>$FS</tt>.
Aliased as <tt>$-F</tt>.
=== <tt>$\\</tt> (Output Record Separator)
An output record separator, initially +nil+.
@ -285,6 +277,8 @@ Whether command-line option <tt>-p</tt> was given; read-only.
=== <tt>$,</tt>
=== <tt>$;</tt>
= Pre-Defined Global Constants
= Streams