File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ require 'English'
3434
3535### Separators
3636
37- | Variable | English | Contains |
38- | ----------| ----------------------------| --------------------------------------------|
39- | ` $/ ` | ` $INPUT_RECORD_SEPARATOR ` | Input record separator; initially newline. |
40- | ` $\ ` | ` $OUTPUT_RECORD_SEPARATOR ` | Output record separator; initially ` nil ` . |
37+ | Variable | English | Contains |
38+ | ------------- | ----------------------------| --------------------------------------------|
39+ | ` $/ ` | ` $INPUT_RECORD_SEPARATOR ` | Input record separator; initially newline. |
40+ | ` $\\\\ ` | ` $OUTPUT_RECORD_SEPARATOR ` | Output record separator; initially ` nil ` . |
4141
4242### Streams
4343
@@ -179,7 +179,7 @@ English - `$INPUT_RECORD_SEPARATOR`, `$RS`.
179179
180180Aliased as ` $-0 ` .
181181
182- ### ` $\ ` (Output Record Separator)
182+ ### ` $\\ ` (Output Record Separator)
183183
184184An output record separator, initially ` nil ` .
185185
You can’t perform that action at this time.
0 commit comments