summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-11 21:50:07 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-11 21:50:07 +0900
commite0675b1c7645416015cb882bc4ab11a0e46a4a0b (patch)
treeda4d6c534589d8c402fbb628a050041f328a0d77 /doc/standard_library.rdoc
parentd1851ba5b9336d01b5207e7d9a483e698c049dd0 (diff)
Promote resolv 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 8942a9dc34..1cdf715643 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
resolv-replace.rb:: Replace Socket DNS with Resolv
-Resolv:: Thread-aware DNS resolver library in 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
@@ -68,6 +67,7 @@ OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
Prime:: Prime numbers and factorization library
PStore:: Implements a file based persistence mechanism based on a Hash
Racc:: A LALR(1) parser generator written in Ruby.
+Resolv:: Thread-aware DNS resolver library in Ruby
RDoc:: Produces HTML and command-line documentation for Ruby
Rinda:: The Linda distributed computing paradigm in Ruby
SecureRandom:: Interface for secure random number generator