Skip to content

Commit 21f3ffe

Browse files
committed
tmpdir.rb is not extension
1 parent ac02bf2 commit 21f3ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/standard_library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ of each.
5757
- Tempfile ([GitHub][tempfile]): A utility class for managing temporary files
5858
- Time ([GitHub][time]): Extends the Time class with methods for parsing and conversion
5959
- Timeout ([GitHub][timeout]): Auto-terminate potentially long-running operations in Ruby
60+
- TmpDir ([GitHub][tmpdir]): Extends the Dir class to manage the OS temporary file path
6061
- TSort ([GitHub][tsort]): Topological sorting using Tarjan's algorithm
6162
- UN ([GitHub][un]): Utilities to replace common UNIX commands
6263
- URI ([GitHub][uri]): A Ruby module providing support for Uniform Resource Identifiers
@@ -76,7 +77,6 @@ of each.
7677
- Psych ([GitHub][psych]): A YAML parser and emitter for Ruby
7778
- StringIO ([GitHub][stringio]): Pseudo-I/O on String objects
7879
- StringScanner ([GitHub][strscan]): Provides lexical scanning operations on a String
79-
- TmpDir ([GitHub][tmpdir]): Extends the Dir class to manage the OS temporary file path
8080
- Zlib ([GitHub][zlib]): Ruby interface for the zlib compression/decompression library
8181

8282
# Bundled gems

0 commit comments

Comments
 (0)