# File lib/ipaddress.rb, line 87
def
self
.
valid?
(
addr
)
valid_ipv4?
(
addr
)
||
valid_ipv6?
(
addr
)
end