summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-12 19:47:31 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-12 19:47:31 +0900
commit1b219f1fb26d15d69d4a0cb628f856f6f850eac5 (patch)
treeb9e97b28a08815f865d6f8b6635624c31b0885b1 /doc/standard_library.rdoc
parentb8e7bd9f44c36cfa458b4f5878d4489097891516 (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 a09eaf6c4c..cdcf1d1857 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -31,7 +31,6 @@ Gem:: Package management framework for Ruby
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
-Tempfile:: A utility class for managing temporary files
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
@@ -80,6 +79,7 @@ PStore:: Implements a file based persistence mechanism based on a Hash
Racc:: A LALR(1) parser generator written in Ruby.
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
Tracer:: Outputs a source level execution trace of a Ruby program
URI:: A Ruby module providing support for Uniform Resource Identifiers