summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Wong <felix@waf.hk>2021-04-21 11:32:04 -0700
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-04-22 14:55:05 +0900
commit291cfa7125b86d3a14d477effd0e58bdc1723141 (patch)
treea94f3a96783cc6e57f33896e2a0bf798a1e5ab9e
parentd4a490f26a60e861ca6525723f4b44f6fb88dcc1 (diff)
[ruby/uri] remove comment about URI::escape as it is removed
https://github.com/ruby/uri/commit/0f0057e1b2
-rw-r--r--lib/uri.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/uri.rb b/lib/uri.rb
index b544a5ee65..5e820f46c3 100644
--- a/lib/uri.rb
+++ b/lib/uri.rb
@@ -70,7 +70,6 @@
# - 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)