lib/onstomp/components/uri.rb in onstomp-1.0.0 vs lib/onstomp/components/uri.rb in onstomp-1.0.1

- old
+ new

@@ -21,10 +21,10 @@ # @return [:ssl] def onstomp_socket_type; :ssl; end end end -# Add the new URI classes to +URI+'s set of known schemes. +# Add the new URI classes to `URI`'s set of known schemes. module ::URI @@schemes['STOMP'] = OnStomp::Components::URI::STOMP @@schemes['STOMP+SSL'] = OnStomp::Components::URI::STOMP_SSL end \ No newline at end of file