summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-10 18:56:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-10 18:56:17 +0900
commitcf76a4a5c28ee41221d961935e08404a0ceac6df (patch)
tree2b8a2ead5c596d33385cdb671d5b58d8f07d9aaf /doc/standard_library.rdoc
parentcf681038d621bbd8bb7808b7b153535397df0e68 (diff)
Promote base64 to default gems
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 1 insertions, 1 deletions
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