lib/onstomp/components/uri.rb in onstomp-1.0.2 vs lib/onstomp/components/uri.rb in onstomp-1.0.3

- old
+ new

@@ -10,10 +10,10 @@ # The type of socket to use with these kinds of URI objects. # @return [:tcp] def onstomp_socket_type; :tcp; end end - # A URI class for representing URIs with a 'stomp+ssl' scheme. + # A URI class for representing URIs with a `stomp+ssl` scheme. class STOMP_SSL < STOMP # The default port to use for these kinds of URI objects when none has # been specified. DEFAULT_PORT = 61612 # The type of socket to use with these kinds of URI objects. \ No newline at end of file