mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
[DOC] Fix rendering of $\ in globals.md
This commit is contained in:
parent
feb9114a53
commit
598a8f8914
@ -34,10 +34,10 @@ require 'English'
|
||||
|
||||
### Separators
|
||||
|
||||
| Variable | English | Contains |
|
||||
|----------|----------------------------|--------------------------------------------|
|
||||
| `$/` | `$INPUT_RECORD_SEPARATOR` | Input record separator; initially newline. |
|
||||
| `$\` | `$OUTPUT_RECORD_SEPARATOR` | Output record separator; initially `nil`. |
|
||||
| Variable | English | Contains |
|
||||
|-------------|----------------------------|--------------------------------------------|
|
||||
| `$/` | `$INPUT_RECORD_SEPARATOR` | Input record separator; initially newline. |
|
||||
| `$\\\\` | `$OUTPUT_RECORD_SEPARATOR` | Output record separator; initially `nil`. |
|
||||
|
||||
### Streams
|
||||
|
||||
@ -179,7 +179,7 @@ English - `$INPUT_RECORD_SEPARATOR`, `$RS`.
|
||||
|
||||
Aliased as `$-0`.
|
||||
|
||||
### `$\` (Output Record Separator)
|
||||
### `$\\` (Output Record Separator)
|
||||
|
||||
An output record separator, initially `nil`.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user