summaryrefslogtreecommitdiff
path: root/lib/uri/wss.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uri/wss.rb')
-rw-r--r--lib/uri/wss.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/uri/wss.rb b/lib/uri/wss.rb
index 1cfa133389..7cea9d773b 100644
--- a/lib/uri/wss.rb
+++ b/lib/uri/wss.rb
@@ -18,5 +18,6 @@ module URI
# A Default port of 443 for URI::WSS
DEFAULT_PORT = 443
end
- @@schemes['WSS'] = WSS
+
+ register_scheme 'WSS', WSS
end