sig/io/tcp.rbs in httpx-1.2.6 vs sig/io/tcp.rbs in httpx-1.3.0
- old
+ new
@@ -13,10 +13,10 @@
attr_reader interests: io_interests
alias host ip
# TODO: lift when https://github.com/ruby/rbs/issues/1497 fixed
- def initialize: (URI::Generic origin, Array[ipaddr]? addresses, options options) ?{ (instance) -> void } -> void
+ def initialize: (URI::Generic origin, Array[ipaddr]? addresses, Options options) ?{ (instance) -> void } -> void
def add_addresses: (Array[ipaddr] addrs) -> void
def to_io: () -> ::IO