summaryrefslogtreecommitdiff
path: root/lib/uri/ws.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uri/ws.rb')
-rw-r--r--lib/uri/ws.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/uri/ws.rb b/lib/uri/ws.rb
index b846ba208a..2bfee59003 100644
--- a/lib/uri/ws.rb
+++ b/lib/uri/ws.rb
@@ -78,4 +78,7 @@ module URI
url.start_with?(?/.freeze) ? url : ?/ + url
end
end
+
+ @@schemes['WS'] = WS
+
end