diff options
| author | Neil Carvalho <me@neil.pro> | 2024-08-17 07:36:22 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-17 19:36:22 +0900 |
| commit | 4dbf386ca248df0f47f31dc28cdeabe8d4477e5b (patch) | |
| tree | 40c3863d859c844a715c701efd33b5a764f010a1 | |
| parent | 694181a9f3039def04e2613fe928024eb114440e (diff) | |
[DOC] Add `$;` to the list of deprecated global variables
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11392
Merged-By: nobu <nobu@ruby-lang.org>
| -rw-r--r-- | doc/globals.rdoc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/globals.rdoc b/doc/globals.rdoc index 1b51bb1b36..9d9fc57e6e 100644 --- a/doc/globals.rdoc +++ b/doc/globals.rdoc @@ -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 |
