ruby-changes:65936
From: Felix <ko1@a...>
Date: Thu, 22 Apr 2021 14:57:37 +0900 (JST)
Subject: [ruby-changes:65936] 291cfa7125 (master): [ruby/uri] remove comment about URI::escape as it is removed
https://git.ruby-lang.org/ruby.git/commit/?id=291cfa7125 From 291cfa7125b86d3a14d477effd0e58bdc1723141 Mon Sep 17 00:00:00 2001 From: Felix Wong <felix@w...> Date: Wed, 21 Apr 2021 11:32:04 -0700 Subject: [ruby/uri] remove comment about URI::escape as it is removed https://github.com/ruby/uri/commit/0f0057e1b2 --- lib/uri.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/uri.rb b/lib/uri.rb index b544a5e..5e820f4 100644 --- a/lib/uri.rb +++ b/lib/uri.rb @@ -70,7 +70,6 @@ https://github.com/ruby/ruby/blob/trunk/lib/uri.rb#L70 # - URI::REGEXP - (in uri/common.rb) # - URI::REGEXP::PATTERN - (in uri/common.rb) # - URI::Util - (in uri/common.rb) -# - URI::Escape - (in uri/common.rb) # - URI::Error - (in uri/common.rb) # - URI::InvalidURIError - (in uri/common.rb) # - URI::InvalidComponentError - (in uri/common.rb) -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/