aboutsummaryrefslogtreecommitdiffstats
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-20 16:10:24 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-20 16:11:03 +0900
commit3aa8691d521519f0dc23d56be3b1fe633632720e (patch)
treeb1e7bc315aceda894ead3b5cbfbba59157436749 /doc/standard_library.rdoc
parent557bcd877490092c826a56789d78dc73f8ad0321 (diff)
downloadruby-3aa8691d521519f0dc23d56be3b1fe633632720e.tar.gz
Added and update the racc entries on doc/*.
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 8f9f6b1761..11aed156b9 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -33,7 +33,6 @@ 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
-Racc:: A LALR(1) parser generator written in Ruby.
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
@@ -85,6 +84,7 @@ Matrix:: Represents a mathematical matrix.
Mutex_m:: Mixin to extend objects to be handled like a Mutex
OpenStruct:: Class to build custom data structures, similar to a Hash
Prime:: Prime numbers and factorization library
+Racc:: A LALR(1) parser generator written in Ruby.
RDoc:: Produces HTML and command-line documentation for Ruby
REXML:: An XML toolkit for Ruby
RSS:: Family of libraries that support various formats of XML "feeds"