summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-30 21:45:23 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-30 21:45:23 +0900
commit66bf743b9309b479b6d5389e315ca54ea73aafae (patch)
tree50e977c7135ad5d8101ce781b9d439b4e7fccf75 /doc/standard_library.rdoc
parent89c8ca32d0a8542c9360f45734c799d81c4738ad (diff)
Promote debug.rb to default gems.
It have no upstream repo yet. This change is experimental for 3.0.0-preview2.
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 8c5d17a794..1f3605b5d5 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -8,7 +8,6 @@ description.
== Libraries
-DEBUGGER__:: Debugging functionality for Ruby
MakeMakefile:: Module used to generate a Makefile for C extensions
RbConfig:: Information of your configure and build of Ruby
Gem:: Package management framework for Ruby
@@ -33,6 +32,7 @@ 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
CSV:: Provides an interface to read and write CSV files and data
+DEBUGGER__:: Debugging functionality for Ruby
Delegator:: Provides three abilities to delegate method calls to an object
DidYouMean:: "Did you mean?" experience in Ruby
Digest:: Provides a framework for message digest libraries