ruby-changes:71822
From: Burdette <ko1@a...>
Date: Fri, 13 May 2022 22:53:19 +0900 (JST)
Subject: [ruby-changes:71822] 00635f8d41 (master): [ruby/logger] Update lib/logger.rb
https://git.ruby-lang.org/ruby.git/commit/?id=00635f8d41 From 00635f8d414f60b291d46f8ebd1d93d03c7bab1f Mon Sep 17 00:00:00 2001 From: Burdette Lamar <BurdetteLamar@Y...> Date: Thu, 12 May 2022 13:20:24 -0500 Subject: [ruby/logger] Update lib/logger.rb https://github.com/ruby/logger/commit/98919e09e5 Co-authored-by: Peter Zhu <peter@p...> --- lib/logger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logger.rb b/lib/logger.rb index 54fd9c0595..3ee354780b 100644 --- a/lib/logger.rb +++ b/lib/logger.rb @@ -175,7 +175,7 @@ require_relative 'logger/errors' https://github.com/ruby/ruby/blob/trunk/lib/logger.rb#L175 # # You can use a custom formatter to escape message data; # this formatter uses -# {String#dump}[https://ruby-doc.org/core-3.1.2/String.html#method-i-dump] +# {String#dump}[https://docs.ruby-lang.org/en/master/String.html#method-i-dump] # to escape the message string: # # original_formatter = logger.formatter || Logger::Formatter.new -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/