summaryrefslogtreecommitdiff
path: root/lib/uri/generic.rb
diff options
context:
space:
mode:
authorYuji Yaginuma <[email protected]>2025-01-23 17:44:17 +0900
committergit <[email protected]>2025-02-27 04:30:23 +0000
commit31bd669f67e19f675f8de8b6cf9df74ea2c60103 ()
treebd33f7d39d8f3aa212ec37ff3da60d8a5d8f45a7 /lib/uri/generic.rb
parentd31c15d81f368614f81e8c32295d0529b66e7334 (diff)
[ruby/uri] Fix the mention to removed `URI.escape/URI::Escape`
This was removed by #9. https://.com/ruby/uri/commit/fec924238f
-rw-r--r--lib/uri/generic.rb2
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ module URI
#
# At first, tries to create a new URI::Generic instance using
# URI::Generic::build. But, if exception URI::InvalidComponentError is raised,
- # then it does URI::Escape.escape all URI components and tries again.
#
def self.build2(args)
begin