sig/pool.rbs in httpx-1.3.0 vs sig/pool.rbs in httpx-1.3.1
- old
+ new
@@ -17,10 +17,10 @@
def init_connection: (Connection connection, Options options) -> void
def find_connection: (URI::Generic uri, Options options) -> Connection?
- def deactivate: (*Array[Connection]) -> void
+ def deactivate: (*Connection connections) -> void
private
def initialize: () -> void