diff options
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r-- | doc/standard_library.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 3fafd5932b..d97207b535 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -62,7 +62,6 @@ Readline:: Wrapper for Readline extencion and Reline Reline:: GNU Readline and Editline by pure Ruby implementation. 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 Set:: Provides a class to deal with collections of unordered, unique values Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell @@ -130,3 +129,4 @@ BigDecimal:: Provides arbitrary-precision floating point decimal arithmetic Observable:: Provides a mechanism for publish/subscribe pattern in Ruby Abbrev:: Calculates a set of unique abbreviations for a given set of strings resolv-replace.rb:: Replace Socket DNS with Resolv +Rinda:: The Linda distributed computing paradigm in Ruby |