diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-08-12 20:04:23 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-08-12 23:43:45 +0900 |
| commit | e07510d1a3b07438bcb0aef2b6a913d58f06ff9f (patch) | |
| tree | f6863083cdf49e82dc65b64f3724982102dc8573 | |
| parent | 58dbfe5285f3b85c6181875220191289087d5603 (diff) | |
[DOC] Markup constants as code
| -rw-r--r-- | doc/globals.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/globals.md b/doc/globals.md index b0bc02b8a6..b4ade2f8cb 100644 --- a/doc/globals.md +++ b/doc/globals.md @@ -431,7 +431,7 @@ STDERR # => #<IO:<STDERR>> ## Environment -### ENV +### `ENV` A hash of the contains current environment variables names and values: @@ -445,7 +445,7 @@ ENV.take(5) ["GDMSESSION", "ubuntu"]] ``` -### ARGF +### `ARGF` The virtual concatenation of the files given on the command line, or from `$stdin` if no files were given, `"-"` is given, or after |
