diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-04-08 11:41:13 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-04-08 11:41:13 +0900 |
| commit | 9232d14a25a8554c0f587bd5e7c3f5e501de0343 (patch) | |
| tree | 4959160544b20586406a9e9ed6e1169e42e5bdde | |
| parent | 3e299ba8eeb90cbcb1a869b084ca928622ca47ff (diff) | |
[DOC] Fill missing stars
| -rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5977,7 +5977,7 @@ rb_f_test(int argc, VALUE *argv, VALUE _) * File.atime(filepath) # => 2026-04-01 11:58:11.922614 -0500 * stat.atime # => 2026-04-01 11:51:38.0014518 -0500 * File.delete(filepath) - stat.atime # => 2026-04-01 11:51:38.0014518 -0500 + * stat.atime # => 2026-04-01 11:51:38.0014518 -0500 * * === OS-Dependencies * |
