summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-12 08:29:06 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-12 08:29:06 +0900
commit6042b7433d02b2bb871e9cf0042a21b031814e9f (patch)
treebcbe75851ee5216890b46d1b978dfb0ab8b11236 /doc/standard_library.rdoc
parent01e0d74965ccaa6382bae883adac5f556590023a (diff)
Promote time.rb to default gems
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 50b9649230..8406579a91 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -15,7 +15,6 @@ PP:: Provides a PrettyPrinter for Ruby objects
PrettyPrinter:: Implements a pretty printing algorithm for readable structure
RbConfig:: Information of your configure and build of Ruby
Gem:: Package management framework for Ruby
-Time:: Extends the Time class with methods for parsing and conversion
un.rb:: Utilities to replace common UNIX commands
== Extensions
@@ -75,6 +74,7 @@ Set:: Provides a class to deal with collections of unordered, unique values
Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell
Singleton:: Implementation of the Singleton pattern for Ruby
Tempfile:: A utility class for managing temporary files
+Time:: Extends the Time class with methods for parsing and conversion
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