[DOC] Add $;
to the list of deprecated global variables
This commit is contained in:
parent
694181a9f3
commit
4dbf386ca2
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>
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user