diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-01-19 15:43:08 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-01-19 16:27:45 +0900 |
commit | e28bdff94140bd9884e27ff1c42c31e121e65827 (patch) | |
tree | b691b5e41dcf47788d07060797058530af095440 /doc/standard_library.rdoc | |
parent | f4670b46c458cdc57eeee2fead2ffe811ea65096 (diff) |
Document about abbrev at Ruby 3.4
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 |