summaryrefslogtreecommitdiff
path: root/lib/uri.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uri.rb')
-rw-r--r--lib/uri.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri.rb b/lib/uri.rb
index 41b68546a1..5e820f46c3 100644
--- a/lib/uri.rb
+++ b/lib/uri.rb
@@ -29,8 +29,8 @@
# module URI
# class RSYNC < Generic
# DEFAULT_PORT = 873
-# URI.refresh_scheme_list
# end
+# @@schemes['RSYNC'] = RSYNC
# end
# #=> URI::RSYNC
#