sig/plugins/proxy/ssh.rbs in httpx-0.10.0 vs sig/plugins/proxy/ssh.rbs in httpx-0.10.1
- old
+ new
@@ -1,9 +1,9 @@
module HTTPX
module Plugins
module Proxy
module SSH
- # def self.load_dependencies: (singleton(Session)) -> void
+ def self.load_dependencies: (singleton(Session)) -> void
module InstancenMethods
private
def build_gateway_socket: (int, URI::HTTPS | URI::HTTPS, Options) -> IO