stdlib/ipaddr/0/ipaddr.rbs in rbs-3.6.0.dev.1 vs stdlib/ipaddr/0/ipaddr.rbs in rbs-3.6.0.pre.1
- old
+ new
@@ -61,10 +61,10 @@
#
# The IPAddr class defines many methods and operators, and some of those, such
# as &, |, include? and ==, accept a string, or a packed in_addr value instead
# of an IPAddr object.
#
- def initialize: (?String addr, ?untyped family) -> IPAddr
+ def initialize: (?String addr, ?untyped family) -> void
# <!--
# rdoc-file=lib/ipaddr.rb
# - &(other)
# -->