diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-01-11 11:33:40 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-01-17 08:28:31 +0900 |
| commit | 05e798269fd4471fbc87f3e4de7728b28b6a0915 (patch) | |
| tree | b5d5807a8dacef0209677e485ed26ea9fe22f3a4 /doc | |
| parent | 4e2eca3be0ef6d4114acdc2527330dfd81d8ff4b (diff) | |
Document about base64 at Ruby 3.4
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/maintainers.md | 8 | ||||
| -rw-r--r-- | doc/standard_library.rdoc | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/maintainers.md b/doc/maintainers.md index 1a3f5ec2fb..32aa64dce1 100644 --- a/doc/maintainers.md +++ b/doc/maintainers.md @@ -77,11 +77,6 @@ have commit right, others don't. * https://github.com/ruby/abbrev * https://rubygems.org/gems/abbrev -#### lib/base64.rb -* Yusuke Endoh (mame) -* https://github.com/ruby/base64 -* https://rubygems.org/gems/base64 - #### lib/benchmark.rb * *unmaintained* * https://github.com/ruby/benchmark @@ -483,6 +478,9 @@ have commit right, others don't. #### lib/getoptlong.rb * https://github.com/ruby/getoptlong +#### lib/base64.rb +* https://github.com/ruby/base64 + ## Platform Maintainers ### mswin64 (Microsoft Windows) * NAKAMURA Usaku (usa) diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 7c102372d7..68fc34de01 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -34,7 +34,6 @@ Socket:: Access underlying OS socket implementations == Libraries Abbrev:: Calculates a set of unique abbreviations for a given set of strings -Base64:: Support for encoding and decoding binary data using a Base64 representation 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 @@ DEBUGGER__:: Debugging functionality for Ruby Racc:: A LALR(1) parser generator written in Ruby. Mutex_m:: Mixin to extend objects to be handled like a Mutex GetoptLong:: Parse command line options similar to the GNU C getopt_long() +Base64:: Support for encoding and decoding binary data using a Base64 representation |
