summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-06-24 17:05:40 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-06-24 18:26:38 +0900
commit21f3ffedd4062e987dc92e304ad311e429d268c1 (patch)
treea003f5245d5dd23081f6370447eef0e8fe22c103 /doc
parentac02bf2b72b711785955499eef5022cfd58eb495 (diff)
tmpdir.rb is not extension
Diffstat (limited to 'doc')
-rw-r--r--doc/standard_library.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.md b/doc/standard_library.md
index c76fb1e75e..f2700ef5c2 100644
--- a/doc/standard_library.md
+++ b/doc/standard_library.md
@@ -57,6 +57,7 @@ of each.
- Tempfile ([GitHub][tempfile]): A utility class for managing temporary files
- Time ([GitHub][time]): Extends the Time class with methods for parsing and conversion
- Timeout ([GitHub][timeout]): Auto-terminate potentially long-running operations in Ruby
+- TmpDir ([GitHub][tmpdir]): Extends the Dir class to manage the OS temporary file path
- TSort ([GitHub][tsort]): Topological sorting using Tarjan's algorithm
- UN ([GitHub][un]): Utilities to replace common UNIX commands
- URI ([GitHub][uri]): A Ruby module providing support for Uniform Resource Identifiers
@@ -76,7 +77,6 @@ of each.
- Psych ([GitHub][psych]): A YAML parser and emitter for Ruby
- StringIO ([GitHub][stringio]): Pseudo-I/O on String objects
- StringScanner ([GitHub][strscan]): Provides lexical scanning operations on a String
-- TmpDir ([GitHub][tmpdir]): Extends the Dir class to manage the OS temporary file path
- Zlib ([GitHub][zlib]): Ruby interface for the zlib compression/decompression library
# Bundled gems