summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-12 20:34:08 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-12 20:34:19 +0900
commita91ce05046b1bddc60a3dafcea59a4366359dffa (patch)
treeefb35679e3d2100e1ce8e02b9ee68982c4340d9b /doc/standard_library.rdoc
parentbbd1ed626f8246d8003e0060aacd7f18c1a28246 (diff)
Move the entries of tempfile on docs
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index cdcf1d1857..2e1ecd043c 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -32,7 +32,6 @@ SecureRandom:: Interface for secure random number generator
Set:: Provides a class to deal with collections of unordered, unique values
Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell
Time:: Extends the Time class with methods for parsing and conversion
-tmpdir.rb:: Extends the Dir class to manage the OS temporary file path
TSort:: Topological sorting using Tarjan's algorithm
un.rb:: Utilities to replace common UNIX commands
@@ -81,6 +80,7 @@ RDoc:: Produces HTML and command-line documentation for Ruby
Singleton:: Implementation of the Singleton pattern for Ruby
Tempfile:: A utility class for managing temporary files
Timeout:: Auto-terminate potentially long-running operations in Ruby
+tmpdir.rb:: Extends the Dir class to manage the OS temporary file path
Tracer:: Outputs a source level execution trace of a Ruby program
URI:: A Ruby module providing support for Uniform Resource Identifiers
WEBrick:: An HTTP server toolkit for Ruby