summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-06-06 18:19:15 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-06-06 18:19:15 +0900
commitf4173ff2fada676940d358e97b2c3e55ff183ec7 (patch)
tree9b9444504d9bd170bd4dfcbd0527ff969c912e7b /doc
parent4bc7cef866dc4e4e5c2d94cdd65dd24cc7b7555d (diff)
debug is the bundled gems, not default gems
Diffstat (limited to 'doc')
-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 1d3580163e..909d308d55 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -31,7 +31,6 @@ 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
DRb:: Distributed object system for Ruby
@@ -113,3 +112,4 @@ Matrix:: Represents a mathematical matrix.
Prime:: Prime numbers and factorization library
RBS:: RBS is a language to describe the structure of Ruby programs
TypeProf:: A type analysis tool for Ruby code based on abstract interpretation
+DEBUGGER__:: Debugging functionality for Ruby