sig/resolver/system.rbs in httpx-0.22.5 vs sig/resolver/system.rbs in httpx-0.23.0

- old
+ new

@@ -3,9 +3,11 @@ class System < Resolver RESOLV_ERRORS: Array[singleton(StandardError)] # ResolvError @resolver: Resolv::DNS + attr_reader family: nil + def <<: (Connection) -> void private def initialize: (options options) -> void \ No newline at end of file