aboutsummaryrefslogtreecommitdiffstats
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 11:17:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 16:36:14 +0900
commit3b0bd34001bbb7ba98e9594278a8fcbb7b734af9 (patch)
tree3e0dbea9b2fd91a859657e6e61b2a8deb1993de9 /doc/standard_library.rdoc
parent6797c3e371c3e91a2796f2ec1f3b4a3f24edf1d6 (diff)
downloadruby-3b0bd34001bbb7ba98e9594278a8fcbb7b734af9.tar.gz
Promote pstore 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 fc301d6ab4..a18d6ea001 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -30,7 +30,6 @@ OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
OptionParser:: Ruby-oriented class for command-line option analysis
PP:: Provides a PrettyPrinter for Ruby objects
PrettyPrinter:: Implements a pretty printing algorithm for readable structure
-PStore:: Implements a file based persistence mechanism based on a Hash
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
@@ -82,6 +81,7 @@ Mutex_m:: Mixin to extend objects to be handled like a Mutex
Open3:: Provides access to stdin, stdout and stderr when running other programs
OpenStruct:: Class to build custom data structures, similar to a Hash
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.
RDoc:: Produces HTML and command-line documentation for Ruby
REXML:: An XML toolkit for Ruby