We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58dbfe5 commit e07510dCopy full SHA for e07510d
1 file changed
doc/globals.md
@@ -431,7 +431,7 @@ STDERR # => #<IO:<STDERR>>
431
432
## Environment
433
434
-### ENV
+### `ENV`
435
436
A hash of the contains current environment variables names and values:
437
@@ -445,7 +445,7 @@ ENV.take(5)
445
["GDMSESSION", "ubuntu"]]
446
```
447
448
-### ARGF
+### `ARGF`
449
450
The virtual concatenation of the files given on the command line, or from
451
`$stdin` if no files were given, `"-"` is given, or after
0 commit comments