sig/resolver/resolver.rbs in httpx-1.2.6 vs sig/resolver/resolver.rbs in httpx-1.3.0
- old
+ new
@@ -24,10 +24,10 @@
private
def emit_resolved_connection: (Connection connection, Array[IPAddr] addresses, bool early_resolve) -> void
- def initialize: (ip_family? family, options options) -> void
+ def initialize: (ip_family? family, Options options) -> void
def early_resolve: (Connection connection, ?hostname: String) -> void
def emit_resolve_error: (Connection connection, ?String hostname, ?StandardError) -> void