From 0f0057e1b27b4f1bbdd3abc32026cf36c469eb80 Mon Sep 17 00:00:00 2001 From: Felix Wong Date: Wed, 21 Apr 2021 11:32:04 -0700 Subject: [PATCH] remove comment about URI::escape as it is removed --- 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 @@ # - 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)