sig/io/tcp.rbs in httpx-1.0.2 vs sig/io/tcp.rbs in httpx-1.1.0
- old
+ new
@@ -1,9 +1,9 @@
module HTTPX
class TCP
include Loggable
- attr_reader ip: IPAddr?
+ attr_reader ip: ipaddr?
attr_reader port: Integer
attr_reader addresses: Array[ipaddr]