[前][次][番号順一覧][スレッド一覧]

ruby-changes:72067

From: Hiroshi <ko1@a...>
Date: Mon, 6 Jun 2022 18:19:40 +0900 (JST)
Subject: [ruby-changes:72067] f4173ff2fa (master): debug is the bundled gems, not default gems

https://git.ruby-lang.org/ruby.git/commit/?id=f4173ff2fa

From f4173ff2fada676940d358e97b2c3e55ff183ec7 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 6 Jun 2022 18:19:15 +0900
Subject: debug is the bundled gems, not default gems

---
 doc/standard_library.rdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L31
 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. https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L112
 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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]