summaryrefslogtreecommitdiff
path: root/lib/uri/ftp.rb
diff options
context:
space:
mode:
authorkvokka <kvokka@yahoo.com>2021-05-29 11:29:39 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-27 16:54:26 +0900
commita288c21a5d46418e75c0f03eb12ff0782e51568d (patch)
treee45873ce85b2ff7c85dadec5a137bcd96f1d88f9 /lib/uri/ftp.rb
parent82191da2a28c8da0f1049ca6d814c9da992c39a1 (diff)
[ruby/uri] Fix to support Ruby 3.0 Ractor
https://github.com/ruby/uri/commit/1faa4fdc16
Diffstat (limited to 'lib/uri/ftp.rb')
-rw-r--r--lib/uri/ftp.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/uri/ftp.rb b/lib/uri/ftp.rb
index fb38481193..ec8b6e6fe7 100644
--- a/lib/uri/ftp.rb
+++ b/lib/uri/ftp.rb
@@ -262,5 +262,4 @@ module URI
return str
end
end
- @@schemes['FTP'] = FTP
end