summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-19 18:56:19 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-19 18:56:19 +0900
commit3f97940252a37db6e601b4bb1aa1e87204f769df (patch)
tree6f113a35626019341bb9a66c60aef80ea9056d3a /doc/standard_library.rdoc
parent708413807ae958afb79257b18475424e0a8a4a56 (diff)
downloadruby-3f97940252a37db6e601b4bb1aa1e87204f769df.tar.gz
Followed up with 708413807ae958afb79257b18475424e0a8a4a56
* Added sync task for digest * Update doc/* for default gems * Update the latest version of gemspec
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 7d1bff8eb4..75ffaf5d5c 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -17,7 +17,6 @@ un.rb:: Utilities to replace common UNIX commands
== Extensions
Coverage:: Provides coverage measurement for Ruby
-Digest:: Provides a framework for message digest libraries
Monitor:: Provides an object or module to use safely by more than one thread
objspace:: Extends ObjectSpace module to add methods for internal statistics
PTY:: Creates and manages pseudo terminals
@@ -37,6 +36,7 @@ CGI:: Support for the Common Gateway Interface protocol
CSV:: Provides an interface to read and write CSV files and data
Delegator:: Provides three abilities to delegate method calls to an object
DidYouMean:: "Did you mean?" experience in Ruby
+Digest:: Provides a framework for message digest libraries
DRb:: Distributed object system for Ruby
English.rb:: Require 'English.rb' to reference global variables with less cryptic names
ERB:: An easy to use but powerful templating system for Ruby