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 b7d212f0f7..5d10a4249c 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -33,7 +33,6 @@ Socket:: Access underlying OS socket implementations == Libraries -Abbrev:: Calculates a set of unique abbreviations for a given set of strings Benchmark:: Provides methods to measure and report the time used to execute code Bundler:: Manage your Ruby application's gem dependencies CGI:: Support for the Common Gateway Interface protocol @@ -130,3 +129,4 @@ GetoptLong:: Parse command line options similar to the GNU C getopt_long() Base64:: Support for encoding and decoding binary data using a Base64 representation 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 |