From cf76a4a5c28ee41221d961935e08404a0ceac6df Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 10 Sep 2020 18:56:13 +0900 Subject: Promote base64 to default gems --- doc/standard_library.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/standard_library.rdoc') diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 74d9301b09..c226ca48d9 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -8,7 +8,6 @@ description. == Libraries -Base64:: Support for encoding and decoding binary data using a Base64 representation DEBUGGER__:: Debugging functionality for Ruby DRb:: Distributed object system for Ruby MakeMakefile:: Module used to generate a Makefile for C extensions @@ -41,6 +40,7 @@ WIN32OLE:: Provides an interface for OLE Automation in Ruby == 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 -- cgit v1.2.3